ulibc: #define TCC_UCLIBC and load elf_interp

This commit is contained in:
grischka
2009-05-16 22:29:40 +02:00
parent bf8d8f5f3e
commit 68310299b6
3 changed files with 12 additions and 5 deletions

View File

@ -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