diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -155,6 +155,12 @@ #ifndef CONFIG_SYSROOT # define CONFIG_SYSROOT "" #endif +#ifndef CONFIG_TCCDIR +# define CONFIG_TCCDIR "." +#endif +#ifndef CONFIG_LDDIR +# define CONFIG_LDDIR "lib" +#endif /* path to find crt1.o, crti.o and crtn.o */ #ifndef CONFIG_TCC_CRTPREFIX |
