More llvm-root into build/

This commit is contained in:
Ian Douglas Scott 2017-06-13 20:07:30 -07:00
parent 13edf0f4a9
commit b4e0ff01a8
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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