From: Bob Wilson Date: Tue, 10 Aug 2010 17:13:58 +0000 (+0000) Subject: Install llvmCore_Sim to the simulator SDK directory. Radar 8282845. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1b73052140e7a3fd4767e7b7b7fda224911306b3;p=oota-llvm.git Install llvmCore_Sim to the simulator SDK directory. Radar 8282845. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110687 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile index dbdb930ae1b..08904e65635 100644 --- a/utils/buildit/GNUmakefile +++ b/utils/buildit/GNUmakefile @@ -78,7 +78,7 @@ EmbeddedHosted: # (e.g., tblgen), so set it here. EmbeddedSim: export MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion`; \ - $(MAKE) IOS_SIM_BUILD=yes PREFIX=/usr install + $(MAKE) IOS_SIM_BUILD=yes PREFIX=$(SDKROOT)/usr install # installhdrs does nothing, because the headers aren't useful until # the compiler is installed.