diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-03 00:18:43 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-03 00:18:43 +0000 |
commit | 3c33b8a7c9ae0307d293f94fd463fba76283daa2 (patch) | |
tree | 3e4ff5328d4faf01502339f19293484cf7be13f8 /libc/string/Makefile.in | |
parent | afb250f7b1224b76d304cebf7e86896303b3cc12 (diff) |
Enable IMA on libc/string/generic
Diffstat (limited to 'libc/string/Makefile.in')
-rw-r--r-- | libc/string/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile.in b/libc/string/Makefile.in index 6b0a154ca..256d21a9f 100644 --- a/libc/string/Makefile.in +++ b/libc/string/Makefile.in @@ -94,7 +94,7 @@ $(STRING_MOBJWx:.o=.os): $(STRING_MSRC) libc-a-y+=$(STRING_OBJS) libc-so-y+=$(STRING_OBJS:.o=.os) -# multi does not work here, because arch/Makefile.in uses the same L_* defines +# multi does not work here, because arch/Makefile.arch uses the same L_* defines #CFLAGS-multi-y+=$(STRING_DEF) #libc-multi-y+=$(STRING_MSRC) #libc-nomulti-y+=$(STRING_Wx) |