mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
More llvm-root into build/
This commit is contained in:
parent
13edf0f4a9
commit
b4e0ff01a8
@ -4,7 +4,7 @@ import sys
|
||||
import os
|
||||
|
||||
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.
|
||||
# This is a hack, and should be replaced if possible.
|
||||
|
||||
@ -4,7 +4,7 @@ BRANCH=compile-redox
|
||||
ARCH=x86_64
|
||||
HOST=x86_64-elf-redox
|
||||
RUST_HOST=x86_64-unknown-redox
|
||||
LLVM_PREFIX=$PWD/llvm-root
|
||||
LLVM_PREFIX=$PWD/build/llvm-root
|
||||
SYSROOT=/usr/x86_64-elf-redox
|
||||
unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user