]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
third update from main archive 960907 cvs/libc-960908 cvs/libc-960909
authorUlrich Drepper <drepper@redhat.com>
Sun, 8 Sep 1996 02:16:48 +0000 (02:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 8 Sep 1996 02:16:48 +0000 (02:16 +0000)
Sat Sep  7 18:41:17 1996  Richard Henderson  <rth@tamu.edu>

* Makeconfig (+link): Filter out start, pre & postinit from the
generic depenancies as well.
* Rules: Add start, pre & postinit to the dependancies of
$(others) and $(tests).

* configure.in: elf_dirs missing "sysdeps" component.

* locale/Makefile (distribute): Add locale.c and localedef.c.

ChangeLog
Makeconfig
Rules
configure
configure.in

index f2df3e78a457570669f492c36436a198ac867866..c052ebf06ae01686235854444cca6916c734cd30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sat Sep  7 18:41:17 1996  Richard Henderson  <rth@tamu.edu>
+
+       * Makeconfig (+link): Filter out start, pre & postinit from the
+       generic depenancies as well.
+       * Rules: Add start, pre & postinit to the dependancies of
+       $(others) and $(tests).
+
+       * configure.in: elf_dirs missing "sysdeps" component.
+
 Sun Sep  8 02:36:02 1996  Ulrich Drepper  <drepper@cygnus.com>
 
        * locale/SYS_libc.c (_libc_intl_domainname): Change value to "libc".
@@ -21,6 +30,8 @@ Sun Sep  8 02:36:02 1996  Ulrich Drepper  <drepper@cygnus.com>
 
        * version.h (VERSION): Bump to 1.94.
 
+       * locale/Makefile (distribute): Add locale.c and localedef.c.
+
 Sat Sep  7 14:00:33 1996  David Mosberger-Tang  <davidm@azstarnet.com>
 
        * catgets/catgets.c (catopen): Allocate sizeof(*result) bytes
index 38589e7ebe414d0b005487e736247595b716e333..3134132fcccb67d60e734c13a64f58fff1bf1dfe 100644 (file)
@@ -303,7 +303,8 @@ ifndef +link
 +link = $(CC) -nostdlib -nostartfiles -o $@ \
              $(sysdep-LDFLAGS) $(config-LDFLAGS) $(LDFLAGS)  \
              $(addprefix $(csu-objpfx),start.o) $(+preinit) \
-             $(filter-out $(common-objpfx)libc%,$^) \
+             $(filter-out $(addprefix $(csu-objpfx),start.o) $(+preinit) \
+               $(link-extra-libs) $(common-objpfx)libc% $(+postinit),$^) \
              $(link-extra-libs) $(link-libc) $(+postinit)
 endif
 ifndef config-LDFLAGS
diff --git a/Rules b/Rules
index b6215f59e09449bfd18744816cbd22bf4f4a2c93..640a2fe716cbed8e71aa9acc1466e3cbb817dcd3 100644 (file)
--- a/Rules
+++ b/Rules
@@ -89,7 +89,8 @@ endif
 
 ifneq "$(strip $(others) $(tests))" ""
 $(addprefix $(objpfx),$(others) $(tests)): %: %.o \
-  $(sort $(filter $(common-objpfx)libc%,$(link-libc)))
+  $(sort $(filter $(common-objpfx)libc%,$(link-libc))) \
+  $(addprefix $(csu-objpfx),start.o) $(+preinit) $(+postinit)
        $(+link)
 endif
 
index d2f0c3c569cf4db571184f4a91e1f4757f34a66e..2d03f8c6dad642d18c5debe1ca744baf4b10a0c8 100755 (executable)
--- a/configure
+++ b/configure
@@ -878,7 +878,7 @@ if test "$elf" = yes; then
     esac
     for m in $mach; do
       if test -d $xsrcdir${d}sysdeps$m/elf; then
-       elf_dirs="$elf_dirs $d$m/elf"
+       elf_dirs="$elf_dirs ${d}sysdeps$m/elf"
       fi
     done
   done
index ce9f61d967a494d04a579ead598eb0ad8dafb658..76055a23420b949bb0f189eb86ae75d4e7ead36f 100644 (file)
@@ -248,7 +248,7 @@ if test "$elf" = yes; then
     esac
     for m in $mach; do
       if test -d $xsrcdir${d}sysdeps$m/elf; then
-       elf_dirs="$elf_dirs $d$m/elf"
+       elf_dirs="$elf_dirs ${d}sysdeps$m/elf"
       fi
     done
   done