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

Unified Diff: autoconf/configure.ac

Issue 1158093002: Add mips32 to LLVM configure's list of allowed Subzero targets (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autoconf/configure.ac
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index c6f41382bf1c3f9869b6e39a925d26ff5af7614d..19081dd5ae4b9711b7c7f1e80a41c799d92aa04d 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1069,6 +1069,7 @@ case "$enableval" in
X8664) SUBZERO_TARGETS_TO_BUILD="X8664 $SUBZERO_TARGETS_TO_BUILD" ;;
ARM32) SUBZERO_TARGETS_TO_BUILD="ARM32 $SUBZERO_TARGETS_TO_BUILD" ;;
ARM64) SUBZERO_TARGETS_TO_BUILD="ARM64 $SUBZERO_TARGETS_TO_BUILD" ;;
+ MIPS32) SUBZERO_TARGETS_TO_BUILD="MIPS32 $SUBZERO_TARGETS_TO_BUILD" ;;
*) AC_MSG_ERROR([Unrecognized subzero target $a_target]) ;;
esac
done
« no previous file with comments | « no previous file | configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698