aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgrischka <grischka>2016-10-03 12:29:38 +0200
committergrischka <grischka>2016-10-03 12:33:40 +0200
commit78f1c10e0f10770880d50d917910adfdedd646a2 (patch)
tree203ae17cbb093cd60ac0ae638aa1c7b7d3644e26 /Makefile
parentf795e1be8327c1993c0e22d1630aea9677317178 (diff)
downloadtinycc-78f1c10e0f10770880d50d917910adfdedd646a2.tar.gz
tinycc-78f1c10e0f10770880d50d917910adfdedd646a2.tar.bz2
configure: fix tcc_lddir, cpu
... and other minor cosmetic fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6401f4..5fa9659 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ $(WIN32_CROSS) : DEFINES = -DTCC_TARGET_I386 -DTCC_TARGET_PE \
$(WIN64_CROSS) : DEFINES = -DTCC_TARGET_X86_64 -DTCC_TARGET_PE \
-DCONFIG_TCCDIR="\"$(tccdir)/win32\"" \
-DCONFIG_TCC_LIBPATHS="\"{B}/lib/64;{B}/lib\""
-$(WINCE_CROSS): DEFINES = -DTCC_TARGET_PE
+$(WINCE_CROSS): DEFINES = -DTCC_TARGET_ARM -DTCC_TARGET_PE
$(C67_CROSS): DEFINES = -DTCC_TARGET_C67 -w # disable warnigs
$(ARM_FPA_CROSS): DEFINES = -DTCC_TARGET_ARM
$(ARM_FPA_LD_CROSS)$(EXESUF): DEFINES = -DTCC_TARGET_ARM -DLDOUBLE_SIZE=12