]> git.saurik.com Git - apple/objc4.git/blobdiff - test/Makefile
objc4-551.1.tar.gz
[apple/objc4.git] / test / Makefile
index b20867886f729346bbb16b558af94f178df15047..e5852e8da23048efaf175a5c19439160f4b832c1 100644 (file)
@@ -4,17 +4,17 @@ all:
 
 # default-arch but otherwise comprehensive test for buildbot
 buildbot: 
-       perl test.pl $(MAKEFLAGS) MEM=mrc,arc,gc CC=clang,llvm-gcc-4.2 LANGUAGE=objc,objc++
+       perl test.pl $(MAKEFLAGS) MEM=mrc,arc,gc CC=clang LANGUAGE=objc,objc++
 
 # comprehensive tests
 mac macos macosx:
-       perl test.pl $(MAKEFLAGS) ARCH=x86_64,i386 MEM=mrc,arc,gc CC=clang,llvm-gcc-4.2 LANGUAGE=objc,objc++
+       perl test.pl $(MAKEFLAGS) ARCH=x86_64,i386 MEM=mrc,arc,gc CC=clang LANGUAGE=objc,objc++
 
 iphonesimulator:
-       perl test.pl $(MAKEFLAGS) ARCH=i386 SDK=iphonesimulator MEM=mrc,arc CC=clang,llvm-gcc-4.2 LANGUAGE=objc,objc++
+       perl test.pl $(MAKEFLAGS) ARCH=i386 SDK=iphonesimulator MEM=mrc,arc CC=clang LANGUAGE=objc,objc++
 
 iphoneos:
-       perl test.pl $(MAKEFLAGS) ARCH=armv6,armv7 SDK=iphoneos MEM=mrc,arc CC=clang,llvm-gcc-4.2 LANGUAGE=objc,objc++
+       perl test.pl $(MAKEFLAGS) ARCH=armv6,armv7 SDK=iphoneos MEM=mrc,arc CC=clang LANGUAGE=objc,objc++
 
 clean: 
        @ perl test.pl clean