pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gcc6 Add the netbsd-stdint.h header for NetBSD/alpha
details: https://anonhg.NetBSD.org/pkgsrc/rev/c02c7efef0a2
branches: trunk
changeset: 318111:c02c7efef0a2
user: he <he%pkgsrc.org@localhost>
date: Sun Jan 20 09:19:44 2019 +0000
description:
Add the netbsd-stdint.h header for NetBSD/alpha
so that this builds there as well.
diffstat:
lang/gcc6/distinfo | 4 ++--
lang/gcc6/patches/patch-gcc_config.gcc | 21 +++++++++++++++------
2 files changed, 17 insertions(+), 8 deletions(-)
diffs (63 lines):
diff -r 3ce59a439942 -r c02c7efef0a2 lang/gcc6/distinfo
--- a/lang/gcc6/distinfo Sun Jan 20 08:15:00 2019 +0000
+++ b/lang/gcc6/distinfo Sun Jan 20 09:19:44 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2019/01/08 16:19:03 abs Exp $
+$NetBSD: distinfo,v 1.16 2019/01/20 09:19:44 he Exp $
SHA1 (gcc-6.5.0.tar.xz) = 368b3f5d294b1a8727b372ac0a77703d8b41968a
RMD160 (gcc-6.5.0.tar.xz) = 66782b17cff89f22e5e8869fa96bd9a8985f5067
@@ -9,7 +9,7 @@
SHA512 (isl-0.14.tar.bz2) = 117c0c6f31d91a9284a8f54a748df6494ca2ac21507a45611e911403e9610579b9323ce624aea1de0b8089b3194e59d4364f01bdb71ddcf8f6c24c749d11c4b7
Size (isl-0.14.tar.bz2) = 1399896 bytes
SHA1 (patch-gcc_Makefile.in) = 41d45e8988b59e6ffa7adb7833290d39fc1fd0e1
-SHA1 (patch-gcc_config.gcc) = 6795fc4f852019faef686d6a8a2ede29945b2736
+SHA1 (patch-gcc_config.gcc) = ec4426c7800f909f5ccdfea23e3b3c61a914f061
SHA1 (patch-gcc_config.host) = 5dd1b72be5d520ebc679c79cbe92317eaf66028f
SHA1 (patch-gcc_config_arm_arm.h) = e69b7f89ba245847f58253675a16749890b9d1ae
SHA1 (patch-gcc_config_host-netbsd.c) = 765295f07edb8a68f1910e3a9b4dd2a7dcd491a5
diff -r 3ce59a439942 -r c02c7efef0a2 lang/gcc6/patches/patch-gcc_config.gcc
--- a/lang/gcc6/patches/patch-gcc_config.gcc Sun Jan 20 08:15:00 2019 +0000
+++ b/lang/gcc6/patches/patch-gcc_config.gcc Sun Jan 20 09:19:44 2019 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-gcc_config.gcc,v 1.4 2019/01/07 13:46:14 he Exp $
+$NetBSD: patch-gcc_config.gcc,v 1.5 2019/01/20 09:19:44 he Exp $
Adjust for target includes and crt make.
---- gcc/config.gcc.orig 2014-11-21 16:04:20.000000000 +0000
-+++ gcc/config.gcc
-@@ -769,10 +769,16 @@ case ${target} in
+--- gcc/config.gcc.orig 2017-11-21 10:41:34.000000000 +0100
++++ gcc/config.gcc 2019-01-12 11:23:37.360661984 +0100
+@@ -769,10 +769,16 @@
target_has_targetcm=yes
;;
*-*-netbsd*)
@@ -22,7 +22,16 @@
# NetBSD 2.0 and later get POSIX threads enabled by default.
# Allow them to be explicitly enabled on any other version.
case ${enable_threads} in
-@@ -1465,12 +1471,14 @@ x86_64-*-freebsd*)
+@@ -989,7 +995,7 @@
+ extra_options="${extra_options} alpha/elf.opt"
+ ;;
+ alpha*-*-netbsd*)
+- tm_file="elfos.h ${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
++ tm_file="elfos.h ${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h netbsd-stdint.h"
+ extra_options="${extra_options} netbsd.opt netbsd-elf.opt \
+ alpha/elf.opt"
+ ;;
+@@ -1465,12 +1471,14 @@
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*)
@@ -39,7 +48,7 @@
;;
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"
-@@ -2358,7 +2366,7 @@ powerpc*-*-freebsd*)
+@@ -2358,7 +2366,7 @@
esac
;;
powerpc-*-netbsd*)
Home |
Main Index |
Thread Index |
Old Index