diff options
author | grant <grant@pkgsrc.org> | 2003-09-12 20:07:06 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-12 20:07:06 +0000 |
commit | ac2754dcb77d9e0b1e91ab79e653cff0f20984b3 (patch) | |
tree | b596b8542a4a5c038a220ab491f50d77e0be34b2 /cross/h8300-hms-gcc | |
parent | fc9eb6dcc42e52cac845c76befcd934f6539539f (diff) | |
download | pkgsrc-ac2754dcb77d9e0b1e91ab79e653cff0f20984b3.tar.gz |
kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.
the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.
more changes to come later...
Diffstat (limited to 'cross/h8300-hms-gcc')
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 87d032d69f1..49042c2f77e 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 16:38:10 martti Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/12 20:07:10 grant Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -32,6 +32,8 @@ CONFIGURE_SCRIPT= ${SRCDIR}/configure SRCDIR= ${WRKDIR}/gcc-3.1 ALL_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all +USE_GCC2= # defined + post-extract: ${LN} -s ${WRKDIR}/newlib-1.10.0/newlib ${SRCDIR}/newlib ${MKDIR} ${WRKSRC} @@ -42,5 +44,4 @@ post-install: ${LN} -s ${H8300_PREFIX}/bin/$$f ${PREFIX}/bin/$$f ; \ done -.include "../../mk/gcc.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |