Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc pullout port_specific_symbol_files from libstdc++.



details:   https://anonhg.NetBSD.org/src/rev/eefbc55d4f74
branches:  trunk
changeset: 829479:eefbc55d4f74
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Feb 03 19:06:25 2018 +0000

description:
pullout port_specific_symbol_files from libstdc++.

diffstat:

 tools/gcc/mknative-gcc |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d0cdf33b2f86 -r eefbc55d4f74 tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc    Sat Feb 03 15:40:29 2018 +0000
+++ b/tools/gcc/mknative-gcc    Sat Feb 03 19:06:25 2018 +0000
@@ -1,10 +1,10 @@
 #!/bin/sh
-#      $NetBSD: mknative-gcc,v 1.90 2017/10/04 21:42:20 christos Exp $
+#      $NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of gcc.
 #
-# This version is for GCC 5.3
+# This version is for GCC 6.4
 
 # initialise
 
@@ -221,6 +221,9 @@
                <$_TMPDIR/$_PLATFORM/libstdc++-v3/include/gstdint.h
 
        {
+               getvars $_PLATFORM/libstdc++-v3/Makefile \
+                       port_specific_symbol_files
+
                # libsupc++
                getvars $_PLATFORM/libstdc++-v3/libsupc++/Makefile \
                        sources | sed 's/^G_sources=/G_LIBSUPCXX_SOURCES=/'



Home | Main Index | Thread Index | Old Index