pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc6



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 20 09:19:44 UTC 2019

Modified Files:
        pkgsrc/lang/gcc6: distinfo
        pkgsrc/lang/gcc6/patches: patch-gcc_config.gcc

Log Message:
Add the netbsd-stdint.h header for NetBSD/alpha
so that this builds there as well.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/gcc6/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc6/patches/patch-gcc_config.gcc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc6/distinfo
diff -u pkgsrc/lang/gcc6/distinfo:1.15 pkgsrc/lang/gcc6/distinfo:1.16
--- pkgsrc/lang/gcc6/distinfo:1.15      Tue Jan  8 16:19:03 2019
+++ pkgsrc/lang/gcc6/distinfo   Sun Jan 20 09:19:44 2019
@@ -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 @@ RMD160 (isl-0.14.tar.bz2) = 4c69d026b515
 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

Index: pkgsrc/lang/gcc6/patches/patch-gcc_config.gcc
diff -u pkgsrc/lang/gcc6/patches/patch-gcc_config.gcc:1.4 pkgsrc/lang/gcc6/patches/patch-gcc_config.gcc:1.5
--- pkgsrc/lang/gcc6/patches/patch-gcc_config.gcc:1.4   Mon Jan  7 13:46:14 2019
+++ pkgsrc/lang/gcc6/patches/patch-gcc_config.gcc       Sun Jan 20 09:19:44 2019
@@ -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 @@ Adjust for target includes and crt make.
    # 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 @@ Adjust for target includes and crt make.
        ;;
  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