Artifact e47fbc9f65c120af27da8b018cc5503f93566eae:
- File tcc/patches/all/tcltcc-0.4-erroronunsupported.diff — part of check-in [9ec7dcbb26] at 2014-04-29 11:46:24 on branch trunk — Updated to fail to build TCC on unsupported platforms (user: rkeene, size: 434) [annotate] [blame] [check-ins using]
diff -uNr tcltcc-0.4.orig/generic/tcc.h tcltcc-0.4-1erroronunsupported/generic/tcc.h --- tcltcc-0.4.orig/generic/tcc.h 2007-11-07 10:04:32.000000000 -0600 +++ tcltcc-0.4-1erroronunsupported/generic/tcc.h 2014-04-28 16:34:24.600645002 -0500 @@ -21,6 +21,10 @@ #include "config.h" #include "tcl.h" +#if defined(__x86_64__) +# error "KitCreator TclTCC: Unsupported platform" +#endif + #ifdef CONFIG_TCCBOOT #include "tccboot.h"