Move the MMX subtarget feature out of the SSE set of features and into
[oota-llvm.git] / utils / buildit / GNUmakefile
index bdf87d560fd5b3eb4f6bac4ba64444f15174508b..fc5578a68464e4d13a5299d3e34c2f8c2145aa9c 100644 (file)
@@ -79,7 +79,7 @@ EmbeddedSim:
 
 Embedded:
        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
 # the compiler is installed.