summaryrefslogtreecommitdiff
path: root/lang/gcc-ssp
diff options
context:
space:
mode:
authorkent <kent@pkgsrc.org>2002-02-16 14:46:19 +0000
committerkent <kent@pkgsrc.org>2002-02-16 14:46:19 +0000
commit3fc5e98bc89997d354394f17077bc27ebafd6540 (patch)
treed77dbe4f8235bd2dc762fa67fa864e68f8c87b5a /lang/gcc-ssp
parent3cc0347d817c9e61653d28791d797e78f36786cc (diff)
downloadpkgsrc-3fc5e98bc89997d354394f17077bc27ebafd6540.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