mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
powerpc: Add support to configure
This commit is contained in:
parent
14f9d1f256
commit
31d232e204
8
configure
vendored
8
configure
vendored
@ -448,6 +448,10 @@ case $CFG_CPUTYPE in
|
|||||||
CFG_CPUTYPE=aarch64
|
CFG_CPUTYPE=aarch64
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
powerpc)
|
||||||
|
CFG_CPUTYPE=powerpc
|
||||||
|
;;
|
||||||
|
|
||||||
x86_64 | x86-64 | x64 | amd64)
|
x86_64 | x86-64 | x64 | amd64)
|
||||||
CFG_CPUTYPE=x86_64
|
CFG_CPUTYPE=x86_64
|
||||||
;;
|
;;
|
||||||
@ -1004,7 +1008,7 @@ do
|
|||||||
make_dir $t/rt/jemalloc
|
make_dir $t/rt/jemalloc
|
||||||
for i in \
|
for i in \
|
||||||
isaac sync test \
|
isaac sync test \
|
||||||
arch/i386 arch/x86_64 arch/arm arch/aarch64 arch/mips
|
arch/i386 arch/x86_64 arch/arm arch/aarch64 arch/mips arch/powerpc
|
||||||
do
|
do
|
||||||
make_dir $t/rt/stage$s/$i
|
make_dir $t/rt/stage$s/$i
|
||||||
done
|
done
|
||||||
@ -1169,7 +1173,7 @@ do
|
|||||||
|
|
||||||
msg "configuring LLVM for $gnu_t"
|
msg "configuring LLVM for $gnu_t"
|
||||||
|
|
||||||
LLVM_TARGETS="--enable-targets=x86,x86_64,arm,aarch64,mips"
|
LLVM_TARGETS="--enable-targets=x86,x86_64,arm,aarch64,mips,powerpc"
|
||||||
LLVM_BUILD="--build=$gnu_t"
|
LLVM_BUILD="--build=$gnu_t"
|
||||||
LLVM_HOST="--host=$gnu_t"
|
LLVM_HOST="--host=$gnu_t"
|
||||||
LLVM_TARGET="--target=$gnu_t"
|
LLVM_TARGET="--target=$gnu_t"
|
||||||
|
Loading…
Reference in New Issue
Block a user