aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/cross-binutils/Makefile2
-rw-r--r--devel/cross-gcc/Makefile2
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