summaryrefslogtreecommitdiff
path: root/libc/string/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-03 00:18:43 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-03 00:18:43 +0000
commit3c33b8a7c9ae0307d293f94fd463fba76283daa2 (patch)
tree3e4ff5328d4faf01502339f19293484cf7be13f8 /libc/string/Makefile.in
parentafb250f7b1224b76d304cebf7e86896303b3cc12 (diff)
Enable IMA on libc/string/generic
Diffstat (limited to 'libc/string/Makefile.in')
-rw-r--r--libc/string/Makefile.in2
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)