diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-02-19 19:48:06 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-02-19 19:48:06 +0000 |
commit | add37d4daaf87a2e348b4654f9e812d43a6f95d7 (patch) | |
tree | a7fca6e02b5c9db33413712e6925db2678dc3508 /devel/i386-rtems-gdb | |
parent | Update to Vim 6.1 patchlevel 343 (diff) |
Since bento seems to specify CPUCFLAGS on some archs, and the breaks the cross compiler, prevent them
Diffstat (limited to 'devel/i386-rtems-gdb')
-rw-r--r-- | devel/i386-rtems-gdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/i386-rtems-gdb/Makefile b/devel/i386-rtems-gdb/Makefile index cad976a5c4da..585ecfcfeb50 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 |