mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
More llvm-root into build/
This commit is contained in:
parent
13edf0f4a9
commit
b4e0ff01a8
@ -4,7 +4,7 @@ import sys
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
args = sys.argv[1:]
|
args = sys.argv[1:]
|
||||||
prefix = os.path.realpath(os.path.dirname(os.path.abspath(sys.argv[0])) + "/../llvm-root")
|
prefix = os.path.realpath(os.path.dirname(os.path.abspath(sys.argv[0])) + "/llvm-root")
|
||||||
|
|
||||||
# The values here are copied from the output of llvm-config running under Redox.
|
# The values here are copied from the output of llvm-config running under Redox.
|
||||||
# This is a hack, and should be replaced if possible.
|
# This is a hack, and should be replaced if possible.
|
||||||
|
|||||||
@ -4,7 +4,7 @@ BRANCH=compile-redox
|
|||||||
ARCH=x86_64
|
ARCH=x86_64
|
||||||
HOST=x86_64-elf-redox
|
HOST=x86_64-elf-redox
|
||||||
RUST_HOST=x86_64-unknown-redox
|
RUST_HOST=x86_64-unknown-redox
|
||||||
LLVM_PREFIX=$PWD/llvm-root
|
LLVM_PREFIX=$PWD/build/llvm-root
|
||||||
SYSROOT=/usr/x86_64-elf-redox
|
SYSROOT=/usr/x86_64-elf-redox
|
||||||
unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
|
unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user