mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
The universal SDKROOT should only be assigned when hosted. Otherwise the
SDKROOT can refer to the target when we're building for the host. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85672 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28f3d34a9b
commit
58c4723662
@ -62,6 +62,7 @@ if [ "x$RC_ProjectName" = "xllvmCore_Embedded" ]; then
|
||||
elif [ "x$RC_ProjectName" = "xllvmCore_EmbeddedHosted" ]; then
|
||||
DT_HOME=$DEST_DIR/usr
|
||||
DEST_ROOT="/Developer$DEST_ROOT"
|
||||
HOST_SDKROOT=$SDKROOT
|
||||
else
|
||||
DT_HOME=$DEST_DIR/Developer/usr
|
||||
DEST_ROOT="/Developer$DEST_ROOT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user