diff options
| author | grischka <grischka> | 2016-10-03 12:29:38 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-10-03 12:33:40 +0200 |
| commit | 78f1c10e0f10770880d50d917910adfdedd646a2 (patch) | |
| tree | 203ae17cbb093cd60ac0ae638aa1c7b7d3644e26 /Makefile | |
| parent | f795e1be8327c1993c0e22d1630aea9677317178 (diff) | |
| download | tinycc-78f1c10e0f10770880d50d917910adfdedd646a2.tar.gz tinycc-78f1c10e0f10770880d50d917910adfdedd646a2.tar.bz2 | |
configure: fix tcc_lddir, cpu
... and other minor cosmetic fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
