diff options
| author | grischka <grischka> | 2010-11-26 20:45:10 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2010-11-26 20:46:54 +0100 |
| commit | 9bd69bf49fb37554d199d0040c81bea009d43092 (patch) | |
| tree | 9c35a52a2f4c3dadf4ede31687bd80cc9391ea5f /win32/lib | |
| parent | c4eef48025d8b80257052064557f2b642ef69290 (diff) | |
| download | tinycc-9bd69bf49fb37554d199d0040c81bea009d43092.tar.gz tinycc-9bd69bf49fb37554d199d0040c81bea009d43092.tar.bz2 | |
build: remove #include "config.h" from target dependent files
This is to make cross build of libtcc1.a easier.
Diffstat (limited to 'win32/lib')
| -rw-r--r-- | win32/lib/chkstk.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/lib/chkstk.S b/win32/lib/chkstk.S index 5791aaa..44b88f1 100644 --- a/win32/lib/chkstk.S +++ b/win32/lib/chkstk.S @@ -1,8 +1,6 @@ /* ---------------------------------------------- */ /* chkstk86.s */ -#include "../../config.h" - /* ---------------------------------------------- */ #ifndef TCC_TARGET_X86_64 /* ---------------------------------------------- */ |
