diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-07 00:12:47 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-07 00:12:47 +0000 |
commit | 5565cde25062f5be8b8378d727e104922fec7801 (patch) | |
tree | 260f37e7bb6988809dacd379d8151718d9352e49 /libc/string/arm/Makefile.arch | |
parent | df616ea88af8d577b0b20d7d09302f3255ed0063 (diff) |
Disable multi build on asm files. i386/powerpc could be used if the source is splitted up
Diffstat (limited to 'libc/string/arm/Makefile.arch')
-rw-r--r-- | libc/string/arm/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/arm/Makefile.arch b/libc/string/arm/Makefile.arch index f4069d9d1..4b2550ee2 100644 --- a/libc/string/arm/Makefile.arch +++ b/libc/string/arm/Makefile.arch @@ -19,7 +19,7 @@ STRING_ARCH_OBJS:=$(STRING_ARCH_OBJ) libc-a-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_OBJS) libc-so-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_OBJS:.o=.os) -libc-multi-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_SRC) +libc-nomulti-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_OBJS) objclean-y+=string_arch_objclean |