diff options
author | comex | 2015-02-09 01:35:40 -0500 |
---|---|---|
committer | comex | 2015-02-09 01:35:40 -0500 |
commit | d4154d33d9768d9671ee1a105ea8f5ff725ae4d5 (patch) | |
tree | 5b3539a1dacef1f10a5dceb8ebdccbb1fc590a78 /Makefile | |
parent | theoretically support x86 PIC (diff) | |
download | substitute-d4154d33d9768d9671ee1a105ea8f5ff725ae4d5.tar.gz |
test harness
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -157,6 +157,9 @@ out/insns-libz-arm.o: test/insns-libz-arm.S Makefile out/insns-libz-thumb2.o: test/insns-libz-arm.S Makefile clang -arch armv7 -c -o $@ $< -DTHUMB2 +out/transform-dis-cases-i386.o: test/transform-dis-cases-i386.S Makefile + clang -arch i386 -c -o $@ $< + # iOS bootstrap... ifneq (,$(IS_IOS)) SD_OBJS := out/safety-dance/main.o out/safety-dance/AutoGrid.o |