| Index: gcc/libstdc++-v3/configure
|
| diff --git a/gcc/libstdc++-v3/configure b/gcc/libstdc++-v3/configure
|
| index 0357aca4592da2dbec853682d65d995da0cb02f2..a4a4fae664660c2d5e1b22ac1392777e19f13faf 100755
|
| --- a/gcc/libstdc++-v3/configure
|
| +++ b/gcc/libstdc++-v3/configure
|
| @@ -77204,7 +77204,7 @@ _ACEOF
|
| # TODO(mseaborn): Maybe we should handle NaCl by changing NaCl's
|
| # configuration name to "nacl-gnu", so that we do not need an extra
|
| # case here.
|
| - *-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu | nacl*)
|
| + *-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-knetbsd*-gnu | *-nacl*)
|
|
|
| # All these tests are for C++; save the language and the compiler flags.
|
| # The CXXFLAGS thing is suspicious, but based on similar bits previously
|
|
|