From 97916c9d042abec04cd44f5af5985993a11ae5cb Mon Sep 17 00:00:00 2001 From: seyko Date: Thu, 5 Nov 2015 20:30:51 +0300 Subject: [PATCH] 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. --- tcc.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tcc.h b/tcc.h index 0895c695..5e86df63 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 #include #include @@ -83,8 +78,6 @@ # endif #endif -#endif /* !CONFIG_TCCBOOT */ - #ifndef O_BINARY # define O_BINARY 0 #endif -- 2.11.4.GIT