summaryrefslogtreecommitdiff
path: root/cross/h8300-hms-gcc
diff options
context:
space:
mode:
authorgrant <grant>2003-09-12 20:07:06 +0000
committergrant <grant>2003-09-12 20:07:06 +0000
commit1f55f61075e10f52bc8c4b174bb11e460d11161f (patch)
treeb596b8542a4a5c038a220ab491f50d77e0be34b2 /cross/h8300-hms-gcc
parent996c1d5d1c74691bc9abc27cdea349ba3d587eaa (diff)
downloadpkgsrc-1f55f61075e10f52bc8c4b174bb11e460d11161f.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/Makefile5
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"