diff options
| author | James Lyon <jamesly0n@hotmail.com> | 2013-04-24 02:19:15 +0100 |
|---|---|---|
| committer | James Lyon <jamesly0n@hotmail.com> | 2013-04-24 02:19:15 +0100 |
| commit | 5c35ba66c5ade4713bbd9c005e66889f6d7db293 (patch) | |
| tree | 1d513aae71d8264643f8b1d7b5c31472653c0c2e /config.h.in | |
| parent | 8a81f9e1036637e21a47e14fb56bf64133546890 (diff) | |
| download | tinycc-5c35ba66c5ade4713bbd9c005e66889f6d7db293.tar.gz tinycc-5c35ba66c5ade4713bbd9c005e66889f6d7db293.tar.bz2 | |
64-bit tests now pass (well, nearly).
tcctest1-3 fail, but this appears to be due to bugs in GCC rather than TCC
(from manual inspection of the output).
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config.h.in b/config.h.in index 63b8151..588408d 100644 --- a/config.h.in +++ b/config.h.in @@ -3,14 +3,3 @@ #cmakedefine CONFIG_WIN32 #cmakedefine CONFIG_WIN64 - -#cmakedefine TCC_TARGET_I386 -#cmakedefine TCC_TARGET_X86_64 -#cmakedefine TCC_TARGET_ARM -#cmakedefine TCC_TARGET_C67 - -#cmakedefine TCC_TARGET_PE -#define TCC_ARM_VERSION ${TCC_ARM_VERSION} -#cmakedefine TCC_ARM_VFP -#cmakedefine TCC_ARM_EABI -#cmakedefine TCC_ARM_HARDFLOAT |
