Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/tools/gcc Pull up following revision(s) (requested by mrg...
details: https://anonhg.NetBSD.org/src/rev/db3b895dd108
branches: netbsd-8
changeset: 435241:db3b895dd108
user: martin <martin%NetBSD.org@localhost>
date: Wed Sep 05 09:21:37 2018 +0000
description:
Pull up following revision(s) (requested by mrg in ticket #1008):
tools/gcc/mknative-gcc: revision 1.94
also pullout INTERNAL_CFLAGS for the libgcc build, where it may have
-DHAVE_CC_TLS defined on the command line. (we already collect all
the other components.)
diffstat:
tools/gcc/mknative-gcc | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 3aee534a4f40 -r db3b895dd108 tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc Wed Sep 05 09:00:37 2018 +0000
+++ b/tools/gcc/mknative-gcc Wed Sep 05 09:21:37 2018 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mknative-gcc,v 1.89.6.2 2018/09/05 08:59:04 martin Exp $
+# $NetBSD: mknative-gcc,v 1.89.6.3 2018/09/05 09:21:37 martin Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of gcc.
@@ -71,7 +71,9 @@
cd $_TMPDIR/$_PLATFORM/libgcc
{
getvars $_PLATFORM/libgcc/Makefile \
- INCLUDES LIB2ADD LIB2ADDEH LIB2ADD_ST \
+ INCLUDES \
+ INTERNAL_CFLAGS \
+ LIB2ADD LIB2ADDEH LIB2ADD_ST \
LIB1ASMFUNCS LIB1ASMSRC \
LIB2_DIVMOD_FUNCS LIB2FUNCS_ST \
LIB2FUNCS_EXTRA \
Home |
Main Index |
Thread Index |
Old Index