diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -152,15 +152,14 @@ # define CONFIG_SYSROOT "" #endif -#ifndef CONFIG_LDDIR -# define CONFIG_LDDIR "lib" -#endif - #ifdef CONFIG_MULTIARCHDIR -# undef CONFIG_LDDIR # define CONFIG_LDDIR "lib/" CONFIG_MULTIARCHDIR #endif +#ifndef CONFIG_LDDIR +# define CONFIG_LDDIR "lib" +#endif + /* path to find crt1.o, crti.o and crtn.o */ #ifndef CONFIG_TCC_CRTPREFIX # define CONFIG_TCC_CRTPREFIX CONFIG_SYSROOT "/usr/" CONFIG_LDDIR |
