aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-11-05 20:30:51 +0300
committerseyko <seyko2@gmail.com>2015-11-05 20:30:51 +0300
commit97916c9d042abec04cd44f5af5985993a11ae5cb (patch)
tree05f63cf2312a0a1a51ddf1555b0e613d5c2bae22 /tcc.h
parent41408f210482433457f68dd5415ae992365ce513 (diff)
downloadtinycc-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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tcc.h b/tcc.h
index 0895c69..5e86df6 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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