diff options
Diffstat (limited to 'cross/h8300-hms-gcc/Makefile')
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 0f1329062b3..aa2e0af2b00 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/08/05 13:38:00 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/03 15:14:53 wiz Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --enable-languages=c CONFIGURE_ARGS+= --with-newlib CONFIGURE_SCRIPT= ${SRCDIR}/configure SRCDIR= ${WRKDIR}/gcc-3.1 -ALL_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all +BUILD_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all INFO_DIR= ${H8300_PREFIX:S|${PREFIX}/||}/gcc INFO_FILES= cpp.info cppinternals.info gcc.info gccint.info |