diff options
author | jeh <jeh@FreeBSD.org> | 2003-02-19 19:48:06 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-02-19 19:48:06 +0000 |
commit | 39d389c14dbb49f3c04ba21b134858a233816959 (patch) | |
tree | 1beb3d11a13141c22737007e1fe348b4b4cb600c | |
parent | 6de18469a8dcd648c8c3d6fae78334b6a7b60abc (diff) | |
download | FreeBSD-ports-39d389c14dbb49f3c04ba21b134858a233816959.zip FreeBSD-ports-39d389c14dbb49f3c04ba21b134858a233816959.tar.gz |
Since bento seems to specify CPUCFLAGS on some archs, and the breaks the cross compiler, prevent them
-rw-r--r-- | devel/i386-rtems-binutils/Makefile | 1 | ||||
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 1 | ||||
-rw-r--r-- | devel/i386-rtems-gcc/Makefile | 1 | ||||
-rw-r--r-- | devel/i386-rtems-gcj/Makefile | 1 | ||||
-rw-r--r-- | devel/i386-rtems-gdb/Makefile | 1 | ||||
-rw-r--r-- | devel/i386-rtems-objc/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/devel/i386-rtems-binutils/Makefile b/devel/i386-rtems-binutils/Makefile index a9c0c9a..8572b26 100644 --- a/devel/i386-rtems-binutils/Makefile +++ b/devel/i386-rtems-binutils/Makefile @@ -28,6 +28,7 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= all info +NO_CPUCFLAGS= yes CONFIGURE_TARGET?= --target=${LCLTARGET} CONFIGURE_ARGS?= --verbose diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index ab4d9ea..4679880 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -37,6 +37,7 @@ PKGNAMEPREFIX= ${LCLTARGET}- USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= all +NO_CPUCFLAGS= yes CONFIGURE_TARGET?= --target=${LCLTARGET} CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \ diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index fc4fc48..75bf359 100644 --- a/devel/i386-rtems-gcc/Makefile +++ b/devel/i386-rtems-gcc/Makefile @@ -39,6 +39,7 @@ PKGNAMEPREFIX= ${LCLTARGET}- USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= all info +NO_CPUCFLAGS= yes CONFIGURE_TARGET?= --target=${LCLTARGET} CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \ diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile index 8130312..95e5a0e 100644 --- a/devel/i386-rtems-gcj/Makefile +++ b/devel/i386-rtems-gcj/Makefile @@ -37,6 +37,7 @@ PKGNAMEPREFIX= ${LCLTARGET}- USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= all +NO_CPUCFLAGS= yes CONFIGURE_TARGET?= --target=${LCLTARGET} CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \ diff --git a/devel/i386-rtems-gdb/Makefile b/devel/i386-rtems-gdb/Makefile index cad976a..585ecfc 100644 --- a/devel/i386-rtems-gdb/Makefile +++ b/devel/i386-rtems-gdb/Makefile @@ -35,6 +35,7 @@ PKGNAMEPREFIX= ${LCLTARGET}- USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= all info +NO_CPUCFLAGS= yes CONFIGURE_TARGET?= --target=${LCLTARGET} CONFIGURE_ARGS?= --verbose diff --git a/devel/i386-rtems-objc/Makefile b/devel/i386-rtems-objc/Makefile index 90edc87..0e30952 100644 --- a/devel/i386-rtems-objc/Makefile +++ b/devel/i386-rtems-objc/Makefile @@ -37,6 +37,7 @@ PKGNAMEPREFIX= ${LCLTARGET}- USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= all +NO_CPUCFLAGS= yes CONFIGURE_TARGET?= --target=${LCLTARGET} CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \ |