| Index: configure
|
| diff --git a/configure b/configure
|
| index 20c36aa1b2d3dcc44321286c26885e43542affb6..6d6b9b89f5a0b035fc21b8d56de8751a62a4dcda 100755
|
| --- a/configure
|
| +++ b/configure
|
| @@ -5648,6 +5648,7 @@ case "$enableval" in
|
| msp430) TARGETS_TO_BUILD="MSP430 $TARGETS_TO_BUILD" ;;
|
| cpp) TARGETS_TO_BUILD="CppBackend $TARGETS_TO_BUILD" ;;
|
| js) TARGETS_TO_BUILD="JSBackend $TARGETS_TO_BUILD" ;; # @LOCALMOD
|
| + pnacl) TARGETS_TO_BUILD="PNaCl $TARGETS_TO_BUILD" ;; # @LOCALMOD
|
| hexagon) TARGETS_TO_BUILD="Hexagon $TARGETS_TO_BUILD" ;;
|
| nvptx) TARGETS_TO_BUILD="NVPTX $TARGETS_TO_BUILD" ;;
|
| systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;
|
|
|