diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-03 00:36:00 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-03 00:36:00 +0000 |
commit | e79004b81dd9d77455f64bb92a1846d2b4c83d60 (patch) | |
tree | 112c6fe0768d16ab92c8d19a49a4e984533e4254 /libc/stdlib/Makefile.in | |
parent | 3c33b8a7c9ae0307d293f94fd463fba76283daa2 (diff) |
Enable IMA
Diffstat (limited to 'libc/stdlib/Makefile.in')
-rw-r--r-- | libc/stdlib/Makefile.in | 9 |
1 files changed, 3 insertions, 6 deletions
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 |