aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 9861743..2ac3126 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -46,6 +46,9 @@ TGT-i386 = -DTCC_TARGET_I386
OBJ-x86_64 = $(X86_64_O)
TGT-x86_64 = -DTCC_TARGET_X86_64
+OBJ-x86_64-osx = $(X86_64_O)
+TGT-x86_64-osx = -DTCC_TARGET_X86_64 -DTCC_TARGET_MACHO
+
OBJ-arm = $(ARM_O)
TGT-arm = -DTCC_TARGET_ARM