From 71bedb76ac4e71537d980705ed8d390950570071 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Mar 1998 23:45:03 +0000 Subject: 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 * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of the init stuff. 1998-03-31 Ulrich Drepper * 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 . 1998-03-31 Andreas Jaeger * Makerules (install): Change comment for libc.so following the libc_nonshared changes. 1998-03-31 Ulrich Drepper --- iconvdata/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'iconvdata/Makefile') 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 \ -- cgit 1.4.1