pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc47 Add t-crtstuff to tmake_file on NetBSD amd64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cfd54184f60
branches:  trunk
changeset: 602643:2cfd54184f60
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Tue Apr 17 04:11:11 2012 +0000

description:
Add t-crtstuff to tmake_file on NetBSD amd64.

diffstat:

 lang/gcc47/distinfo                     |  4 ++--
 lang/gcc47/patches/patch-gcc_config.gcc |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r bc59150ca72a -r 2cfd54184f60 lang/gcc47/distinfo
--- a/lang/gcc47/distinfo       Mon Apr 16 17:18:14 2012 +0000
+++ b/lang/gcc47/distinfo       Tue Apr 17 04:11:11 2012 +0000
@@ -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 @@
 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 -r bc59150ca72a -r 2cfd54184f60 lang/gcc47/patches/patch-gcc_config.gcc
--- a/lang/gcc47/patches/patch-gcc_config.gcc   Mon Apr 16 17:18:14 2012 +0000
+++ b/lang/gcc47/patches/patch-gcc_config.gcc   Tue Apr 17 04:11:11 2012 +0000
@@ -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 @@
    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 @@
 -      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"



Home | Main Index | Thread Index | Old Index