pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc45 Add missing svr4.h for ppc netbsd. From Fra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14d85616d5f1
branches:  trunk
changeset: 642882:14d85616d5f1
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Dec 06 18:47:01 2014 +0000

description:
Add missing svr4.h for ppc netbsd. From Frank Wille in PR 49453.

diffstat:

 lang/gcc45/distinfo         |   4 ++--
 lang/gcc45/patches/patch-aa |  19 ++++++++++++++++---
 2 files changed, 18 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r d700c5e4a140 -r 14d85616d5f1 lang/gcc45/distinfo
--- a/lang/gcc45/distinfo       Sat Dec 06 16:21:40 2014 +0000
+++ b/lang/gcc45/distinfo       Sat Dec 06 18:47:01 2014 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2014/05/08 10:14:46 pho Exp $
+$NetBSD: distinfo,v 1.11 2014/12/06 18:47:01 dholland Exp $
 
 SHA1 (gcc-4.5.3.tar.bz2) = 73c45dfda5eef6b124be53e56828b5925198cc1b
 RMD160 (gcc-4.5.3.tar.bz2) = d07aa90f2186b4e082dfd5ad5d5188c097fb6247
 Size (gcc-4.5.3.tar.bz2) = 66374586 bytes
-SHA1 (patch-aa) = c488dc25e038d97c737c8c72437660598d9e15d3
+SHA1 (patch-aa) = b20d2e95229bddba42819780725ab159e14f06f0
 SHA1 (patch-ab) = 61bc2ebf150c6e471917e145d74e7795dc162194
 SHA1 (patch-ac) = 7da8c27d521164c1a7801dda8ca62d1057ac8d32
 SHA1 (patch-ad) = b72c93d8477a567363616717e20eef1b33e7d307
diff -r d700c5e4a140 -r 14d85616d5f1 lang/gcc45/patches/patch-aa
--- a/lang/gcc45/patches/patch-aa       Sat Dec 06 16:21:40 2014 +0000
+++ b/lang/gcc45/patches/patch-aa       Sat Dec 06 18:47:01 2014 +0000
@@ -1,6 +1,10 @@
-$NetBSD: patch-aa,v 1.1.1.1 2011/05/14 20:19:47 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2014/12/06 18:47:01 dholland Exp $
 
---- gcc/config.gcc.orig        2010-10-09 09:35:53.000000000 +0000
+- add dfly support
+- stdint fixes for netbsd x86
+- add svr4.h for netbsd ppc, per PR 49453 from Frank Wille
+
+--- gcc/config.gcc.orig        2011-02-27 01:06:15.000000000 +0000
 +++ gcc/config.gcc
 @@ -499,6 +499,33 @@ case ${target} in
    # need_64bit_hwint=yes # system compiler has this for all arch!
@@ -44,7 +48,7 @@
    ;;
  *-*-openbsd*)
    tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
-@@ -1117,17 +1145,23 @@ x86_64-*-freebsd*)
+@@ -1118,17 +1146,23 @@ 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"
        tmake_file="${tmake_file} i386/t-crtstuff"
        ;;
@@ -71,3 +75,12 @@
        tmake_file="${tmake_file} i386/t-crtstuff"
        ;;
  i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
+@@ -1950,7 +1984,7 @@ powerpc*-*-freebsd*)
+       extra_options="${extra_options} rs6000/sysv4.opt"
+       ;;
+ powerpc-*-netbsd*)
+-      tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
++      tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
+       tmake_file="${tmake_file} rs6000/t-netbsd"
+       extra_options="${extra_options} rs6000/sysv4.opt"
+       ;;



Home | Main Index | Thread Index | Old Index