diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-03 21:23:07 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-03 21:23:07 +0000 |
commit | ec2261ba97cc523230aed37979d81092e4b11f14 (patch) | |
tree | f971ffb4564f6a75772d21f05fa25936ccad5e5d /libc/sysdeps/linux/arm | |
parent | 48e47d2f49bc42e23a95f3c4830db912a1304388 (diff) |
Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources.
Diffstat (limited to 'libc/sysdeps/linux/arm')
-rw-r--r-- | libc/sysdeps/linux/arm/Makefile.arch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile.arch b/libc/sysdeps/linux/arm/Makefile.arch index e44b145f9..dfea3b72f 100644 --- a/libc/sysdeps/linux/arm/Makefile.arch +++ b/libc/sysdeps/linux/arm/Makefile.arch @@ -23,8 +23,8 @@ crt-y:=create libc-a-y+=$(ARCH_OBJS) libc-so-y+=$(ARCH_OBJS:.o=.os) -#libc-multi-y+=$(ARCH_CSRC) -libc-nomulti-y+=$(ARCH_OBJS) +libc-multi-y+=$(ARCH_CSRC) +libc-nomulti-y+=$(ARCH_SOBJ) objclean-y+=arch_objclean |