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

Unified Diff: gcc/libstdc++-v3/crossconfig.m4

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, 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/libstdc++-v3/configure ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libstdc++-v3/crossconfig.m4
diff --git a/gcc/libstdc++-v3/crossconfig.m4 b/gcc/libstdc++-v3/crossconfig.m4
index b8d3acfde2d688c7948844c435bdeae53f504b4d..8e026ae47b3b4a438cdbabb4e268d045d21fee46 100644
--- a/gcc/libstdc++-v3/crossconfig.m4
+++ b/gcc/libstdc++-v3/crossconfig.m4
@@ -134,7 +134,7 @@ case "${host}" in
# 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*)
GLIBCXX_CHECK_COMPILER_FEATURES
GLIBCXX_CHECK_LINKER_FEATURES
GLIBCXX_CHECK_MATH_SUPPORT
« no previous file with comments | « gcc/libstdc++-v3/configure ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698