diff options
author | seb <seb> | 2003-12-26 13:16:31 +0000 |
---|---|---|
committer | seb <seb> | 2003-12-26 13:16:31 +0000 |
commit | fd0033e836e8ffe9d5880ed460fcc4e28e74ffc1 (patch) | |
tree | 7194a01ee6d328984890b8193a180fb0774fcdd6 /cross | |
parent | 71809345899b383c00010be62a24bf92023f61f8 (diff) | |
download | pkgsrc-fd0033e836e8ffe9d5880ed460fcc4e28e74ffc1.tar.gz |
Deal with info files.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 5aaf5eea6d7..ef0deb3732f 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/09/17 19:40:06 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/26 13:16:31 seb Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -31,6 +31,8 @@ CONFIGURE_ARGS+= --with-newlib CONFIGURE_SCRIPT= ${SRCDIR}/configure SRCDIR= ${WRKDIR}/gcc-3.1 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 |