From 5565cde25062f5be8b8378d727e104922fec7801 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 7 Nov 2005 00:12:47 +0000 Subject: Disable multi build on asm files. i386/powerpc could be used if the source is splitted up --- libc/string/powerpc/Makefile.arch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libc/string/powerpc') diff --git a/libc/string/powerpc/Makefile.arch b/libc/string/powerpc/Makefile.arch index 75fcfc67d..5d268093a 100644 --- a/libc/string/powerpc/Makefile.arch +++ b/libc/string/powerpc/Makefile.arch @@ -16,7 +16,7 @@ STRING_ARCH_MOBJ:=$(patsubst %.o,$(STRING_ARCH_OUT)/%.o,$(MOBJ)) STRING_ARCH_OBJS:=$(STRING_ARCH_MOBJ) -STRING_ARCH_DEF:=$(patsubst %,-DL_%,$(subst .o,,$(notdir $(STRING_ARCH_MOBJ)))) +#STRING_ARCH_DEF:=$(patsubst %,-DL_%,$(subst .o,,$(notdir $(STRING_ARCH_MOBJ)))) $(STRING_ARCH_MOBJ): $(STRING_ARCH_MSRC) $(compile.m) @@ -27,8 +27,9 @@ $(STRING_ARCH_MOBJ:.o=.os): $(STRING_ARCH_MSRC) libc-a-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_OBJS) libc-so-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_OBJS:.o=.os) -CFLAGS-multi-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_DEF) -libc-multi-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_MSRC) +#CFLAGS-multi-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_DEF) +#libc-multi-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_MSRC) +libc-nomulti-$(UCLIBC_HAS_STRING_ARCH_OPT)+=$(STRING_ARCH_OBJS) objclean-y+=string_arch_objclean -- cgit v1.2.3