From e79004b81dd9d77455f64bb92a1846d2b4c83d60 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 3 Nov 2005 00:36:00 +0000 Subject: Enable IMA --- libc/stdlib/Makefile.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'libc') diff --git a/libc/stdlib/Makefile.in b/libc/stdlib/Makefile.in index 19cd07fc7..b81114de8 100644 --- a/libc/stdlib/Makefile.in +++ b/libc/stdlib/Makefile.in @@ -127,12 +127,9 @@ libc-so-y+=$(STDLIB_OBJS:.o=.os) # this should always be the PIC version, because it could be used in shared libs libc-nonshared-y+=$(STDLIB_OUT)/atexit.os -#CFLAGS-multi-y+=$(STDLIB_DEF) -#libc-multi-y+=$(STDLIB_SRC) $(STDLIB_MSRC) -#libc-nomulti-y+=$(STDLIB_MOBJx) -#libc-multi-y+=$(STDLIB_MSRC) -#libc-nomulti-y+=$(STDLIB_OBJ) $(STDLIB_MOBJx) -libc-nomulti-y+=$(STDLIB_OBJS) +CFLAGS-multi-y+=$(STDLIB_DEF) +libc-multi-y+=$(STDLIB_SRC) $(STDLIB_MSRC) +libc-nomulti-$(UCLIBC_HAS_XLOCALE)+=$(STDLIB_MOBJx) objclean-y+=stdlib_objclean -- cgit v1.2.3