diff options
author | wiz <wiz> | 2004-07-04 00:23:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-07-04 00:23:21 +0000 |
commit | aa5c712aaf33ef6d8c32ef7d2a582143f0276434 (patch) | |
tree | b37f821c5682963f5021aaa2c69754c36806c09d /cross | |
parent | 3bb884c1fe757647e6b5f4f86e9cfda487cbc0f1 (diff) | |
download | pkgsrc-aa5c712aaf33ef6d8c32ef7d2a582143f0276434.tar.gz |
USE_PKGSRC_GCC -> GCC_REQD+=2.8.0 (builds just as fine on 1.6.2 as before)
Diffstat (limited to 'cross')
-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 fd192f31cd3..10b82e3fa8a 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/05/08 04:50:51 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/04 00:23:21 wiz Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -34,7 +34,7 @@ ALL_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all INFO_DIR= ${H8300_PREFIX:S|${PREFIX}/||}/gcc INFO_FILES= cpp.info cppinternals.info gcc.info gccint.info -USE_PKGSRC_GCC= # defined +GCC_REQD+= 2.8.0 post-extract: ${LN} -s ${WRKDIR}/newlib-1.10.0/newlib ${SRCDIR}/newlib |