diff options
author | sbd <sbd@pkgsrc.org> | 2012-04-17 04:11:11 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-04-17 04:11:11 +0000 |
commit | ad52f9ecdc6dd07702e808ed9a2e039baf490a2d (patch) | |
tree | 2b4fe1cc69bd2da606b6be7d2b6185244b5eafa7 /lang | |
parent | 85a05aafe50845c55352ec5485f10c0ce4417471 (diff) | |
download | pkgsrc-ad52f9ecdc6dd07702e808ed9a2e039baf490a2d.tar.gz |
Add t-crtstuff to tmake_file on NetBSD amd64.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc47/distinfo | 4 | ||||
-rw-r--r-- | lang/gcc47/patches/patch-gcc_config.gcc | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lang/gcc47/distinfo b/lang/gcc47/distinfo index 34faecefe33..79bd1fbb9cf 100644 --- a/lang/gcc47/distinfo +++ b/lang/gcc47/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/04/16 04:27:18 sbd Exp $ +$NetBSD: distinfo,v 1.2 2012/04/17 04:11:11 sbd Exp $ SHA1 (ecj-4.5.jar) = 58c1d79c64c8cd718550f32a932ccfde8d1e6449 RMD160 (ecj-4.5.jar) = d3f4da657f086b6423f74e93f001132f4855368a @@ -7,7 +7,7 @@ SHA1 (gcc-4.7.0.tar.bz2) = 03b8241477a9f8a34f6efe7273d92b9b6dd9fe82 RMD160 (gcc-4.7.0.tar.bz2) = 4ed660b281cdb9bcf98f5c2cf2da105c71db5be4 Size (gcc-4.7.0.tar.bz2) = 82518546 bytes SHA1 (patch-gcc_Makefile.in) = 2372899a37259c89281e6bd1223e39df9b53a7e3 -SHA1 (patch-gcc_config.gcc) = eeec5e63f000905c03186c4ccbac07e0cbe8a6b2 +SHA1 (patch-gcc_config.gcc) = 0fd91e83b97886589280d94457a71c0c551e93a3 SHA1 (patch-gcc_config_netbsd-stdint.h) = 025fc883101a187e84ed4c0772406720d645d550 SHA1 (patch-gcc_fortran_f95-lang.c) = 06470dbee79f8c762675d3060a870b7dd9ba38f8 SHA1 (patch-gcc_gcc.c) = 67a74bf3a5fc4cc9d9b3c7b79807fe11e2b002b3 diff --git a/lang/gcc47/patches/patch-gcc_config.gcc b/lang/gcc47/patches/patch-gcc_config.gcc index 7c45bd452cf..608f79534e7 100644 --- a/lang/gcc47/patches/patch-gcc_config.gcc +++ b/lang/gcc47/patches/patch-gcc_config.gcc @@ -1,4 +1,4 @@ -$NetBSD: patch-gcc_config.gcc,v 1.1.1.1 2012/04/16 04:27:18 sbd Exp $ +$NetBSD: patch-gcc_config.gcc,v 1.2 2012/04/17 04:11:12 sbd Exp $ * Add t-crtstuff to tmake_file on NetBSD. * Add netbsd-stdint.h to tm_file on NetBSD. @@ -14,7 +14,7 @@ $NetBSD: patch-gcc_config.gcc,v 1.1.1.1 2012/04/16 04:27:18 sbd Exp $ tmake_file="t-slibgcc" gas=yes gnu_ld=yes -@@ -1203,11 +1204,12 @@ x86_64-*-freebsd*) +@@ -1203,12 +1204,14 @@ x86_64-*-freebsd*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h" ;; i[34567]86-*-netbsdelf*) @@ -27,5 +27,7 @@ $NetBSD: patch-gcc_config.gcc,v 1.1.1.1 2012/04/16 04:27:18 sbd Exp $ - tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h" + tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h netbsd-stdint.h" extra_options="${extra_options} netbsd.opt netbsd-elf.opt" ++ tmake_file="${tmake_file} i386/t-crtstuff" ;; i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123]) + tm_file="i386/i386.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h openbsd-oldgas.h openbsd.h i386/openbsd.h" |