Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gcc some more updates for GCC 4.5.
details: https://anonhg.NetBSD.org/src/rev/a859b051d148
branches: trunk
changeset: 766561:a859b051d148
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jun 28 03:58:55 2011 +0000
description:
some more updates for GCC 4.5.
diffstat:
tools/gcc/mknative-gcc | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 41f547af1927 -r a859b051d148 tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc Tue Jun 28 03:35:28 2011 +0000
+++ b/tools/gcc/mknative-gcc Tue Jun 28 03:58:55 2011 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mknative-gcc,v 1.48 2011/06/23 12:06:32 mrg Exp $
+# $NetBSD: mknative-gcc,v 1.49 2011/06/28 03:58:55 mrg Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of src/gnu/dist/gcc.
@@ -483,12 +483,12 @@
write_c $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/config.h \
<$_TMPDIR/$_PLATFORM/libstdc++-v3/config.h
+ write_c $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/gstdint.h \
+ <$_TMPDIR/$_PLATFORM/libstdc++-v3/include/gstdint.h
+ write_c $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/omp.h \
+ <$_TMPDIR/$_PLATFORM/libgomp/omp.h
{
- # libmath
- getvars $_PLATFORM/libstdc++-v3/libmath/Makefile \
- libmath_la_SOURCES libmath_la_LIBADD
-
# libsupc++
getvars $_PLATFORM/libstdc++-v3/libsupc++/Makefile \
sources | sed 's/^G_sources=/G_LIBSUPCXX_SOURCES=/'
@@ -501,7 +501,7 @@
# include
getvars $_PLATFORM/libstdc++-v3/include/Makefile \
- c_base_headers_rename std_headers_rename
+ c_base_headers std_headers | sed -e 's#/[^ ][^ ]*/##g' -e 's/\${GNUHOSTDIST}//g'
getvars $_PLATFORM/libstdc++-v3/include/Makefile \
bits_headers backward_headers ext_headers c_base_headers_extra \
$_headers1 | sed -e 's#/[^ ][^ ]*/##g' -e 's/\${GNUHOSTDIST}//g'
Home |
Main Index |
Thread Index |
Old Index