OSDN Git Service

Enable IMA
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 3 Nov 2005 00:36:00 +0000 (00:36 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 3 Nov 2005 00:36:00 +0000 (00:36 -0000)
libc/stdlib/Makefile.in

index 19cd07f..b81114d 100644 (file)
@@ -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