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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | libc/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/Makefile.in b/libc/Makefile.in index 88b61819a..3d9e52830 100644 --- a/libc/Makefile.in +++ b/libc/Makefile.in @@ -6,8 +6,6 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -DOMULTI=n - # we have SHARED_MAJORNAME=libc.so.$(MAJOR_VERSION) defined in Rules.mak LIB_NAME:=libc |