mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Add ARM to the targets to build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54386 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1eac4e0844
commit
a37599bc7a
@ -83,7 +83,7 @@ cd $DIR/obj-llvm || exit 1
|
||||
|
||||
if [ \! -f Makefile.config ]; then
|
||||
$SRC_DIR/llvm/configure --prefix=$DT_HOME/local \
|
||||
--enable-targets=x86,powerpc,cbe \
|
||||
--enable-targets=arm,x86,powerpc,cbe \
|
||||
--enable-assertions=$LLVM_ASSERTIONS \
|
||||
--enable-optimized=$LLVM_OPTIMIZED \
|
||||
|| exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user