From 1f55f61075e10f52bc8c4b174bb11e460d11161f Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 12 Sep 2003 20:07:06 +0000 Subject: 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... --- cross/h8300-hms-gcc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cross/h8300-hms-gcc') 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" -- cgit v1.2.3