Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3150)

Unified Diff: gcc/libstdc++-v3/configure

Issue 3186025: [gcc] Remove old "nc" cases from libstdc++'s configure script (Closed) Base URL: ssh://gitrw.chromium.org/nacl-toolchain
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libstdc++-v3/configure
diff --git a/gcc/libstdc++-v3/configure b/gcc/libstdc++-v3/configure
index 454b72155f8001beee4ad7b37d51ece567830150..20803a6ead32d21b312816a30e394d0a4db9f7df 100755
--- a/gcc/libstdc++-v3/configure
+++ b/gcc/libstdc++-v3/configure
@@ -4989,7 +4989,7 @@ freebsd* | dragonfly*)
fi
;;
-gnu* | nc)
+gnu*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -5027,7 +5027,7 @@ irix5* | irix6* | nonstopux*)
;;
# This must be Linux ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | nc)
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
lt_cv_deplibs_check_method=pass_all
;;
@@ -15124,7 +15124,7 @@ fi;
# Default to "generic".
if test $enable_clocale_flag = auto; then
case ${target_os} in
- linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu | nc)
+ linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu)
enable_clocale_flag=gnu
;;
darwin* | freebsd*)
@@ -15870,7 +15870,7 @@ fi;
# Default to "new".
if test $enable_libstdcxx_allocator_flag = auto; then
case ${target_os} in
- linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu | nc)
+ linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu)
enable_libstdcxx_allocator_flag=new
;;
*)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698