| Index: libstdc++-v3/configure
|
| diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
|
| index a6f21b3581d4d70dbd2000f77c049a0f3fd5dc62..277f2cf81a1d2a0a3b880a5a7d24737e59186ee0 100755
|
| --- a/libstdc++-v3/configure
|
| +++ b/libstdc++-v3/configure
|
| @@ -4989,7 +4989,7 @@ freebsd* | dragonfly*)
|
| fi
|
| ;;
|
|
|
| -gnu*)
|
| +gnu* | nacl*)
|
| lt_cv_deplibs_check_method=pass_all
|
| ;;
|
|
|
| @@ -41387,7 +41387,7 @@ fi;
|
| if test "X$additional_includedir" = "X/usr/local/include"; then
|
| if test -n "$GCC"; then
|
| case $host_os in
|
| - linux*) haveit=yes;;
|
| + linux* | nacl*) haveit=yes;;
|
| esac
|
| fi
|
| fi
|
| @@ -41431,7 +41431,7 @@ fi;
|
| if test "X$additional_libdir" = "X/usr/local/lib"; then
|
| if test -n "$GCC"; then
|
| case $host_os in
|
| - linux*) haveit=yes;;
|
| + linux* | nacl*) haveit=yes;;
|
| esac
|
| fi
|
| fi
|
|
|