aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcomex2015-02-09 01:35:40 -0500
committercomex2015-02-09 01:35:40 -0500
commitd4154d33d9768d9671ee1a105ea8f5ff725ae4d5 (patch)
tree5b3539a1dacef1f10a5dceb8ebdccbb1fc590a78 /Makefile
parenttheoretically support x86 PIC (diff)
downloadsubstitute-d4154d33d9768d9671ee1a105ea8f5ff725ae4d5.tar.gz
test harness
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index afe0e86..137cf12 100644
--- a/Makefile
+++ b/Makefile
@@ -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