diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-31 23:45:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-31 23:45:03 +0000 |
commit | 71bedb76ac4e71537d980705ed8d390950570071 (patch) | |
tree | 2dc751a6fbf89818c1e5d622c97d073b9a6412af /iconvdata | |
parent | f5baa731d07c8d9b13bd04f4532f714cddfc8da2 (diff) | |
download | glibc-71bedb76ac4e71537d980705ed8d390950570071.tar.gz glibc-71bedb76ac4e71537d980705ed8d390950570071.tar.xz glibc-71bedb76ac4e71537d980705ed8d390950570071.zip |
Update.
* iconvdata/Makefile: Use libKSC shared object in JOHAB and EUC-KR. * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct comment. 1998-03-30 08:43 H.J. Lu <hjl@gnu.org> * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of the init stuff. 1998-03-31 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for adjtimex syscall. * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add adjtimex. Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>. 1998-03-31 Andreas Jaeger <aj@arthur.rhein-neckar.de> * Makerules (install): Change comment for libc.so following the libc_nonshared changes. 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index a71ab0b415..6897ce611f 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -53,12 +53,17 @@ HP-ROMAN8-routines := hp-roman8 EBCDIC-AT-DE-routines := ebcdic-at-de EBCDIC-AT-DE-A-routines := ebcdic-at-de-a EBCDIC-CA-FR-routines := ebcdic-ca-fr -EUC-KR-routines := euckr ksc5601 -JOHAB-routines := johab ksc5601 +EUC-KR-routines := euckr +JOHAB-routines := johab UHC-routines := uhc ksc5601 libJIS-routines := jis0201 jis0208 jis0212 libKSC-routines := ksc5601 +LDFLAGS-EUC-KR.so = -Wl,-rpath,$(gconvdir) -L$(objpfx) -lKSC +$(objpfx)EUC-KR.so: $(objpfx)libKSC.so +LDFLAGS-JOHAB.so = -Wl,-rpath,$(gconvdir) -L$(objpfx) -lKSC +$(objpfx)JOHAB.so: $(objpfx)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 \ iso8859-6.c iso8859-7.c iso8859-8.c iso8859-9.c iso8859-10.c \ |