From 68310299b67bef763ba1622dac2aec534e096bf1 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 16 May 2009 22:29:40 +0200 Subject: ulibc: #define TCC_UCLIBC and load elf_interp --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef66d40..7289b67 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,11 @@ endif endif endif +ifneq ($(wildcard /lib/ld-uClibc.so.0),) +NATIVE_TARGET+=-DTCC_UCLIBC +BCHECK_O= +endif + ifdef CONFIG_USE_LIBGCC LIBTCC1= endif -- cgit v1.3.1