aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2017-02-25 12:49:47 +0100
committergrischka <grischka>2017-02-25 12:51:04 +0100
commitbb93064d7857d887b674999c9b4152b44a628f9a (patch)
tree5290a93161373fd5a286d9aaf32ebb8dea04f82c /tcc.h
parent669f61117d6ff2255649e80a9708fe24e32d4a33 (diff)
downloadtinycc-bb93064d7857d887b674999c9b4152b44a628f9a.tar.gz
tinycc-bb93064d7857d887b674999c9b4152b44a628f9a.tar.bz2
makefile: unify cross with native builds
supports building cross compilers on the fly without need for configure --enable-cross $ make cross # all compilers $ make cross-TARGET # only TARGET-compiler & its libtcc1.a with TARGET one from i386 x86_64 i386-win32 x86_64-win32 arm arm64 arm-wince c67 Type 'make help' for more information
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index a67c68a..b575bb7 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1519,7 +1519,7 @@ ST_FUNC void gen_opl(int op);
/* ------------ arm-gen.c ------------ */
#ifdef TCC_TARGET_ARM
#if defined(TCC_ARM_EABI) && !defined(CONFIG_TCC_ELFINTERP)
-ST_FUNC char *default_elfinterp(struct TCCState *s);
+PUB_FUNC char *default_elfinterp(struct TCCState *s);
#endif
ST_FUNC void arm_init(struct TCCState *s);
ST_FUNC void gen_cvt_itof1(int t);