From 5e9f654cb05fb39036adc6bca56b8706b04d7b96 Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Wed, 27 Jun 2007 22:25:53 +0000 Subject: [PATCH] - Set correct (though fake) PKGNAMEPREFIX if target archs/ABI was not selected. --- devel/cross-binutils/Makefile | 2 +- devel/cross-gcc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/cross-binutils/Makefile b/devel/cross-binutils/Makefile index f53498e95fce..f4df54df4d75 100644 --- a/devel/cross-binutils/Makefile +++ b/devel/cross-binutils/Makefile @@ -70,7 +70,7 @@ PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.8-20061021.diff .endif .if !defined(TGTARCH) || !defined(TGTABI) -PKGNAMEPREFIX= #empty +PKGNAMEPREFIX= cross- IGNORE= you should select ARCH and ABI to build port .endif diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index 05bab3ae00d1..87f37d2a91a5 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -123,7 +123,7 @@ FIXREFS= ${SH} -c '${REINPLACE_CMD} -E \ -e "s,\($$0\),\(${OURTARGET}-$$0\),g" $$*' -- .if !defined(TGTARCH) || !defined(TGTABI) -PKGNAMEPREFIX= #empty +PKGNAMEPREFIX= cross- OURTARGET= cross # to generate a correct index line IGNORE= you should select ARCH and ABI to build port .endif