]> sourceware.org Git - glibc.git/commitdiff
* Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions.
authorRoland McGrath <roland@gnu.org>
Thu, 4 Nov 2004 23:43:59 +0000 (23:43 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 4 Nov 2004 23:43:59 +0000 (23:43 +0000)
(LDFLAGS-rpath-ORIGIN, LDFLAGS-soname-fname): Likewise.
(LDFLAGS-rdynamic, LDFLAGS-Bsymbolic): Likewise.
($(common-objpfx)gnu/lib-names.stmp): Likewise.

ChangeLog
Makeconfig

index 2b739eb474e1d3c8413ca16a0ff3d002948d092a..69db702f2ce2a081008c203b5cb9503753232180 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-04  Roland McGrath  <roland@frob.com>
+
+       * Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions.
+       (LDFLAGS-rpath-ORIGIN, LDFLAGS-soname-fname): Likewise.
+       (LDFLAGS-rdynamic, LDFLAGS-Bsymbolic): Likewise.
+       ($(common-objpfx)gnu/lib-names.stmp): Likewise.
+
 2004-11-01  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32]
 2004-11-01  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32]
index ea3a782cdab2bd72f9988b879788864d54e5ebcf..dc70aa68c4fd4348c39248831d39d3e04b4a23e2 100644 (file)
@@ -452,12 +452,6 @@ link-libc = -Wl,-rpath-link=$(rpath-link) \
            $(common-objpfx)$(patsubst %,$(libtype.oS),c) $(gnulib)
 # This is how to find at build-time things that will be installed there.
 rpath-dirs = math elf dlfcn nss nis rt resolv crypt
            $(common-objpfx)$(patsubst %,$(libtype.oS),c) $(gnulib)
 # This is how to find at build-time things that will be installed there.
 rpath-dirs = math elf dlfcn nss nis rt resolv crypt
-else
-ifneq (,$(filter aix aix%,$(config-os)))
-link-libc = $(common-objpfx)libc.a \
-           $(common-objpfx)$(patsubst %,$(libtype.oS),c) $(gnulib)
-rpath-dirs = math dlfcn nss nis rt resolv crypt
-endif
 endif
 rpath-link = \
 $(common-objdir):$(subst $(empty) ,:,$(patsubst ../$(subdir),.,$(rpath-dirs:%=$(common-objpfx)%)))
 endif
 rpath-link = \
 $(common-objdir):$(subst $(empty) ,:,$(patsubst ../$(subdir),.,$(rpath-dirs:%=$(common-objpfx)%)))
@@ -475,13 +469,6 @@ LDFLAGS-rpath-ORIGIN = -Wl,-rpath,'$$ORIGIN'
 LDFLAGS-soname-fname = -Wl,-soname,$(@F)
 LDFLAGS-rdynamic = -rdynamic
 LDFLAGS-Bsymbolic = -Bsymbolic
 LDFLAGS-soname-fname = -Wl,-soname,$(@F)
 LDFLAGS-rdynamic = -rdynamic
 LDFLAGS-Bsymbolic = -Bsymbolic
-else
-ifneq (,$(filter aix aix%,$(config-os)))
-LDFLAGS-rpath-ORIGIN =
-LDFLAGS-soname-fname =
-LDFLAGS-rdynamic = -Wl,-bdynamic
-LDFLAGS-Bsymbolic = -Wl,-bsymbolic
-endif
 endif
 
 # Choose the default search path for the dynamic linker based on
 endif
 
 # Choose the default search path for the dynamic linker based on
@@ -835,13 +822,6 @@ postclean-generated += soversions.mk soversions.i \
 before-compile += $(common-objpfx)gnu/lib-names.h
 ifeq ($(soversions.mk-done),t)
 $(common-objpfx)gnu/lib-names.h: $(common-objpfx)gnu/lib-names.stmp; @:
 before-compile += $(common-objpfx)gnu/lib-names.h
 ifeq ($(soversions.mk-done),t)
 $(common-objpfx)gnu/lib-names.h: $(common-objpfx)gnu/lib-names.stmp; @:
-ifneq (,$(findstring aix,$(config-os)))
-$(common-objpfx)gnu/lib-names.stmp: $(..)sysdeps/unix/sysv/aix/gnu/lib-names.h
-       $(make-target-directory)
-       @rm -f ${@:stmp=T} $@
-       @cp $(..)sysdeps/unix/sysv/aix/gnu/lib-names.h $(common-objpfx)gnu
-       touch $@
-else
 $(common-objpfx)gnu/lib-names.stmp: $(common-objpfx)soversions.mk
        $(make-target-directory)
        @rm -f ${@:stmp=T} $@
 $(common-objpfx)gnu/lib-names.stmp: $(common-objpfx)soversions.mk
        $(make-target-directory)
        @rm -f ${@:stmp=T} $@
@@ -870,7 +850,6 @@ $(common-objpfx)gnu/lib-names.stmp: $(common-objpfx)soversions.mk
        $(move-if-change) ${@:stmp=T} ${@:stmp=h}
        touch $@
 endif
        $(move-if-change) ${@:stmp=T} ${@:stmp=h}
        touch $@
 endif
-endif
 
 common-generated += gnu/lib-names.h gnu/lib-names.stmp
 
 
 common-generated += gnu/lib-names.h gnu/lib-names.stmp
 
This page took 0.050373 seconds and 5 git commands to generate.