Module Name: src
Committed By: mrg
Date: Wed May 28 07:03:27 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3: configure.ac
Log Message:
apply patch from skrll@: allow netbsd host=target to configure
GLIBCXX_IS_NATIVE.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/external/gpl3/gcc/dist/libstdc++-v3/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/libstdc++-v3/configure.ac
diff -u src/external/gpl3/gcc/dist/libstdc++-v3/configure.ac:1.1.1.2 src/external/gpl3/gcc/dist/libstdc++-v3/configure.ac:1.2
--- src/external/gpl3/gcc/dist/libstdc++-v3/configure.ac:1.1.1.2 Sat Mar 1 08:41:19 2014
+++ src/external/gpl3/gcc/dist/libstdc++-v3/configure.ac Wed May 28 07:03:27 2014
@@ -38,6 +38,9 @@ if test "$build" != "$host"; then
# We are being configured with some form of cross compiler.
GLIBCXX_IS_NATIVE=false
case "$host","$target" in
+ *-*-netbsd*,*-*-netbsd*)
+ GLIBCXX_IS_NATIVE=true
+ ;;
# Darwin crosses can use the host system's libraries and headers,
# because of the fat library support. Of course, it must be the
# same version of Darwin on both sides. Allow the user to