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/66407393a55f
branches: trunk
changeset: 359178:66407393a55f
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 a6dc4833c58c -r 66407393a55f 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