summaryrefslogtreecommitdiff
path: root/lang/gcc-ssp
diff options
context:
space:
mode:
authorkent <kent>2002-02-16 14:46:19 +0000
committerkent <kent>2002-02-16 14:46:19 +0000
commit028cfabbcab20b9a7706a2719841fd139ecd278f (patch)
treed77dbe4f8235bd2dc762fa67fa864e68f8c87b5a /lang/gcc-ssp
parent7da67182036194ee22eaffbdd892f09b4171a0fe (diff)
downloadpkgsrc-028cfabbcab20b9a7706a2719841fd139ecd278f.tar.gz
Add missing sparc/netbsd-elf-common.h.
Diffstat (limited to 'lang/gcc-ssp')
-rw-r--r--lang/gcc-ssp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile
index 3da77792515..9f6a3310920 100644
--- a/lang/gcc-ssp/Makefile
+++ b/lang/gcc-ssp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/01/04 05:57:22 kent Exp $
+# $NetBSD: Makefile,v 1.7 2002/02/16 14:46:20 kent Exp $
DISTNAME= gcc-2.95.3
GCC_VERSION= 2.95.3
@@ -76,7 +76,8 @@ post-extract:
for ARCH in arm arm i386 m68k sh sparc vax; do \
${MKDIR} $${ARCH}; \
${CP} ${GCC_FILESDIR}/$${ARCH}_netbsd-elf.h $${ARCH}/netbsd-elf.h; \
- done
+ done; \
+ ${CP} ${GCC_FILESDIR}/sparc_netbsd-elf-common.h sparc/netbsd-elf-common.h
post-patch:
${ECHO} "bogus" >${WRKSRC}/../${DISTNAME}/gcc/cstamp-h.in