diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-20 09:42:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-20 09:42:04 +0000 |
commit | 5d003fb2ea209009d1054cc924986f0ba46f1e8e (patch) | |
tree | d5ce0de17ee3a1a6cf11018a3fd440fa069897e5 /iconvdata | |
parent | 0ed91d50eeb5abdccf46d40d42c3a35c6694bc49 (diff) | |
download | glibc-5d003fb2ea209009d1054cc924986f0ba46f1e8e.tar glibc-5d003fb2ea209009d1054cc924986f0ba46f1e8e.tar.gz glibc-5d003fb2ea209009d1054cc924986f0ba46f1e8e.tar.bz2 glibc-5d003fb2ea209009d1054cc924986f0ba46f1e8e.zip |
Update.
1999-01-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.d): Fix
generation of dependency list to make it work with newer versions
of gcc.
1999-01-18 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* Makerules (build-module): New macro, moved from...
* elf/Makefile (build-module): ... here.
* iconvdata/Makefile (build-module): ... and here.
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 37fdfd192c..984e4c40eb 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -115,18 +115,6 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \ # We build the transformation modules only when we build shared libs. ifeq (yes,$(build-shared)) -# This macro is similar to build-shlib but it does not define a soname -# and it does not depend on the destination name to start with `lib'. -define build-module -$(LINK.o) -shared -o $@ $(sysdep-LDFLAGS) $(config-LDFLAGS) \ - -B$(csu-objpfx) $(load-map-file) \ - $(LDFLAGS.so) $(LDFLAGS-$(@F:%.so=%).so) \ - -L$(subst :, -L,$(rpath-link)) -Wl,-rpath-link=$(rpath-link) \ - -Wl,--whole-archive \ - $(filter-out $(map-file) $(+preinit) $(+postinit),$^) \ - $(no-whole-archive) $(LDLIBS-$(@F:%.so=%).so) -endef - # Rule to generate the shared objects. charmaps = ../localedata/charmaps ifndef no_deps |