mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 18:23:41 +08:00
Update.
1998-04-01 Ulrich Drepper <drepper@cygnus.com> * iconvdata/Makefile: Finally fix dependencies for JOHAB and EUC-KR modules.
This commit is contained in:
parent
652e8a1e1b
commit
e784ad6a4d
@ -1,3 +1,8 @@
|
||||
1998-04-01 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* iconvdata/Makefile: Finally fix dependencies for JOHAB and
|
||||
EUC-KR modules.
|
||||
|
||||
1998-04-1 16:52 Philip Blundell <pb@nexus.co.uk>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
|
||||
|
@ -59,8 +59,13 @@ UHC-routines := uhc ksc5601
|
||||
libJIS-routines := jis0201 jis0208 jis0212
|
||||
libKSC-routines := ksc5601
|
||||
|
||||
LDFLAGS-EUC-KR.so = -Wl,-rpath,$(gconvdir) -L$(objpfx) -lKSC
|
||||
LDFLAGS-JOHAB.so = -Wl,-rpath,$(gconvdir) -L$(objpfx) -lKSC
|
||||
LDFLAGS-EUC-KR.so = -Wl,-rpath,$(gconvdir)
|
||||
$(objpfx)EUC-KR.so: $(objpfx)libKSC.so
|
||||
LDFLAGS-JOHAB.so = -Wl,-rpath,$(gconvdir)
|
||||
$(objpfx)JOHAB.so: $(objpfx)libKSC.so
|
||||
|
||||
LDFLAGS-libJIS.so = -Wl,-soname,libJIS.so
|
||||
LDFLAGS-libKSC.so = -Wl,-soname,libKSC.so
|
||||
|
||||
distribute := 8bit-generic.c 8bit-gap.c gap.pl gaptab.pl gconv-modules \
|
||||
iso8859-1.c iso8859-2.c iso8859-3.c iso8859-4.c iso8859-5.c \
|
||||
|
Loading…
Reference in New Issue
Block a user