Check-in [9ec7dcbb26]
Overview
Comment:Updated to fail to build TCC on unsupported platforms
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9ec7dcbb261a2059258ca1af3ca10adb275e3ba6
User & Date: rkeene on 2014-04-29 11:46:24
Other Links: manifest | tags
Context
2014-05-04
17:58
Updated to support linking Tk dynamically check-in: 4b893326f5 user: rkeene tags: trunk
2014-04-29
11:46
Updated to fail to build TCC on unsupported platforms check-in: 9ec7dcbb26 user: rkeene tags: trunk
2014-04-28
21:20
Removed debugging check-in: 4ab0657dfa user: rkeene tags: trunk
Changes

Added tcc/patches/all/tcltcc-0.4-erroronunsupported.diff version [e47fbc9f65].





























>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"