mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 05:52:40 +00:00
Do not build CBackend and MSIL regardless of configured targets
llvm-svn: 44973
This commit is contained in:
parent
343929c773
commit
4ed8846083
5
configure
vendored
5
configure
vendored
@ -4566,7 +4566,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$enableval" in
|
case "$enableval" in
|
||||||
all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha IA64 ARM Mips CellSPU" ;;
|
all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha IA64 ARM Mips CellSPU CBackend MSIL" ;;
|
||||||
host-only)
|
host-only)
|
||||||
case "$llvm_cv_target_arch" in
|
case "$llvm_cv_target_arch" in
|
||||||
x86) TARGETS_TO_BUILD="X86" ;;
|
x86) TARGETS_TO_BUILD="X86" ;;
|
||||||
@ -4594,6 +4594,8 @@ echo "$as_me: error: Can not set target to build" >&2;}
|
|||||||
arm) TARGETS_TO_BUILD="ARM $TARGETS_TO_BUILD" ;;
|
arm) TARGETS_TO_BUILD="ARM $TARGETS_TO_BUILD" ;;
|
||||||
mips) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;;
|
mips) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;;
|
||||||
spu) TARGETS_TO_BUILD="CellSPU $TARGETS_TO_BUILD" ;;
|
spu) TARGETS_TO_BUILD="CellSPU $TARGETS_TO_BUILD" ;;
|
||||||
|
cbe) TARGETS_TO_BUILD="CBackend $TARGETS_TO_BUILD" ;;
|
||||||
|
msil) TARGETS_TO_BUILD="MSIL $TARGETS_TO_BUILD" ;;
|
||||||
*) { { echo "$as_me:$LINENO: error: Unrecognized target $a_target" >&5
|
*) { { echo "$as_me:$LINENO: error: Unrecognized target $a_target" >&5
|
||||||
echo "$as_me: error: Unrecognized target $a_target" >&2;}
|
echo "$as_me: error: Unrecognized target $a_target" >&2;}
|
||||||
{ (exit 1); exit 1; }; } ;;
|
{ (exit 1); exit 1; }; } ;;
|
||||||
@ -4601,7 +4603,6 @@ echo "$as_me: error: Unrecognized target $a_target" >&2;}
|
|||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
TARGETS_TO_BUILD="CBackend MSIL $TARGETS_TO_BUILD"
|
|
||||||
TARGETS_TO_BUILD=$TARGETS_TO_BUILD
|
TARGETS_TO_BUILD=$TARGETS_TO_BUILD
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user