mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-01 23:25:56 +00:00
Fix the install location for the Embedded makefile target.
svn r145378 inadvertently changed the destination for the Embedded target in the makefile. Add a "/Developer" suffix to DSTROOT to compensate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153980 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c35146b725
commit
a348fecf2f
@ -79,7 +79,7 @@ EmbeddedSim:
|
|||||||
|
|
||||||
Embedded:
|
Embedded:
|
||||||
ARM_PLATFORM=`xcodebuild -version -sdk iphoneos PlatformPath` && \
|
ARM_PLATFORM=`xcodebuild -version -sdk iphoneos PlatformPath` && \
|
||||||
$(MAKE) DSTROOT=$(DSTROOT)$$ARM_PLATFORM install
|
$(MAKE) DSTROOT=$(DSTROOT)$$ARM_PLATFORM/Developer install
|
||||||
|
|
||||||
# installhdrs does nothing, because the headers aren't useful until
|
# installhdrs does nothing, because the headers aren't useful until
|
||||||
# the compiler is installed.
|
# the compiler is installed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user