Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit d2a9f29

Browse files
Reed KotlerJan Voung
Reed Kotler
authored and
Jan Voung
committed
Add mips32 to LLVM configure's list of allowed Subzero targets.
BUG=https://code.google.com/p/nativeclient/issues/detail?id=4167 Issue 1158093002 moved here to register under different user email. https://codereview.chromium.org/1158093002/ [email protected] Review URL: https://codereview.chromium.org/1163713009 Patch from Reed Kotler <[email protected]>.
1 parent 78eed07 commit d2a9f29

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

autoconf/configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,7 @@ case "$enableval" in
12301230
X8664) SUBZERO_TARGETS_TO_BUILD="X8664 $SUBZERO_TARGETS_TO_BUILD" ;;
12311231
ARM32) SUBZERO_TARGETS_TO_BUILD="ARM32 $SUBZERO_TARGETS_TO_BUILD" ;;
12321232
ARM64) SUBZERO_TARGETS_TO_BUILD="ARM64 $SUBZERO_TARGETS_TO_BUILD" ;;
1233+
MIPS32) SUBZERO_TARGETS_TO_BUILD="MIPS32 $SUBZERO_TARGETS_TO_BUILD" ;;
12331234
*) AC_MSG_ERROR([Unrecognized subzero target $a_target]) ;;
12341235
esac
12351236
done

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5785,6 +5785,7 @@ case "$enableval" in
57855785
X8664) SUBZERO_TARGETS_TO_BUILD="X8664 $SUBZERO_TARGETS_TO_BUILD" ;;
57865786
ARM32) SUBZERO_TARGETS_TO_BUILD="ARM32 $SUBZERO_TARGETS_TO_BUILD" ;;
57875787
ARM64) SUBZERO_TARGETS_TO_BUILD="ARM64 $SUBZERO_TARGETS_TO_BUILD" ;;
5788+
MIPS32) SUBZERO_TARGETS_TO_BUILD="MIPS32 $SUBZERO_TARGETS_TO_BUILD" ;;
57885789
*) { { echo "$as_me:$LINENO: error: Unrecognized subzero target $a_target" >&5
57895790
echo "$as_me: error: Unrecognized subzero target $a_target" >&2;}
57905791
{ (exit 1); exit 1; }; } ;;

0 commit comments

Comments
 (0)