summaryrefslogtreecommitdiffstats
path: root/devel/i386-rtems-gcc
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2003-11-19 23:31:30 +0000
committerjeh <jeh@FreeBSD.org>2003-11-19 23:31:30 +0000
commitfcbf1e943934a8b8c0d89182b0f7c6bec2c37244 (patch)
tree9814b4a6a65007352372704b7a9b344680053dfc /devel/i386-rtems-gcc
parent5335c463e6746f1c4d03fec797e05ac198fc892d (diff)
downloadFreeBSD-ports-fcbf1e943934a8b8c0d89182b0f7c6bec2c37244.zip
FreeBSD-ports-fcbf1e943934a8b8c0d89182b0f7c6bec2c37244.tar.gz
Since once mk/bsd.cpu.mk adds the -mcpu and/or -march flags they can't
be removed. And setting NO_CPU_CFLAGS in a ports Makefile does not help. It might be nice if Mk/bsd.port.mk would remove it if NO_CPU_CFLAGS was set, patch coming soon.
Diffstat (limited to 'devel/i386-rtems-gcc')
-rw-r--r--devel/i386-rtems-gcc/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile
index 8ffb5f5..dcf726c 100644
--- a/devel/i386-rtems-gcc/Makefile
+++ b/devel/i386-rtems-gcc/Makefile
@@ -49,7 +49,6 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
ALL_TARGET= all info
-NO_CPUCFLAGS= yes
CONFIGURE_TARGET?= --target=${LCLTARGET}
CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \
@@ -62,8 +61,13 @@ CONFIGURE_SCRIPT?= ../${GCCNAME}/configure
PATCH_WRKSRC= ${WRKDIR}
PATCH_STRIP= -p
+NO_CPU_FLAGS= true
MAKE_FLAGS= LANGUAGES="c c++ java"
-MAKE_ENV= MACHINE_ARCH=${RTEMS_ARCH}
+MAKE_ENV= MACHINE_ARCH=${RTEMS_ARCH} NO_CPU_CFLAGS=true
+# Since once mk/bsd.cpu.mk adds the _CPUCFLAGS they can't be removed
+# by NO_CPU_FLAGS, and since they are added long before here we are
+# stuck with this hack.
+CFLAGS:= ${CFLAGS:C/-mcpu=[^ ]*//:C/-march=[^ ]*//}
MAN1= ${LCLTARGET}-gcc.1 ${LCLTARGET}-g++.1 ${LCLTARGET}-gcj.1 \
cpp.1 gcov.1 gcjh.1 jv-scan.1 jcf-dump.1 gij.1 \
OpenPOWER on IntegriCloud