diff options
| author | seyko <seyko2@gmail.com> | 2015-11-05 20:30:51 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2015-11-05 20:30:51 +0300 |
| commit | 97916c9d042abec04cd44f5af5985993a11ae5cb (patch) | |
| tree | 05f63cf2312a0a1a51ddf1555b0e613d5c2bae22 /tcc.h | |
| parent | 41408f210482433457f68dd5415ae992365ce513 (diff) | |
| download | tinycc-97916c9d042abec04cd44f5af5985993a11ae5cb.tar.gz tinycc-97916c9d042abec04cd44f5af5985993a11ae5cb.tar.bz2 | |
tcc.h: remove CONFIG_TCCBOOT part
curremtly no one will try to compile a linux kernel
from the boot loader. With current tcc it is not
possible w/o additional tuning.
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -24,11 +24,6 @@ #define _GNU_SOURCE #include "config.h" -#ifdef CONFIG_TCCBOOT -#include "tccboot.h" -#define CONFIG_TCC_STATIC -#else - #include <stdlib.h> #include <stdio.h> #include <stdarg.h> @@ -83,8 +78,6 @@ # endif #endif -#endif /* !CONFIG_TCCBOOT */ - #ifndef O_BINARY # define O_BINARY 0 #endif |
