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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 3190016: [gcc] Correct configure check so that it matches i686-pc-nacl (Closed) Base URL: ssh://gitrw.chromium.org/nacl-toolchain
Patch Set: Created 10 years, 3 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 | gcc/libstdc++-v3/crossconfig.m4 » ('j') | 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 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
« no previous file with comments | « no previous file | gcc/libstdc++-v3/crossconfig.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698