mirror of
https://github.com/frida/tinycc
synced 2024-12-25 06:26:49 +03:00
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.
This commit is contained in:
parent
41408f2104
commit
97916c9d04
7
tcc.h
7
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
|
||||
|
Loading…
Reference in New Issue
Block a user