Module Name:    src
Committed By:   mrg
Date:           Wed May 28 07:03:36 UTC 2014

Modified Files:
        src/external/gpl3/gcc/dist/libstdc++-v3: configure

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.5 -r1.6 src/external/gpl3/gcc/dist/libstdc++-v3/configure

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
diff -u src/external/gpl3/gcc/dist/libstdc++-v3/configure:1.5 src/external/gpl3/gcc/dist/libstdc++-v3/configure:1.6
--- src/external/gpl3/gcc/dist/libstdc++-v3/configure:1.5	Tue May 27 09:18:55 2014
+++ src/external/gpl3/gcc/dist/libstdc++-v3/configure	Wed May 28 07:03:36 2014
@@ -3038,6 +3038,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

Reply via email to