mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Update.
1998-04-01 Ulrich Drepper <drepper@cygnus.com> * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and JOHAB.so.
This commit is contained in:
parent
e2e9ee177f
commit
1d97d6ac3b
@ -1,3 +1,8 @@
|
||||
1998-04-01 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
|
||||
JOHAB.so.
|
||||
|
||||
1998-04-01 13:20 Mark Kettenis <kettenis@phys.uva.nl>
|
||||
|
||||
* io/Makefile (static-only-routines): Add stat64, fstat64 and
|
||||
|
@ -60,9 +60,7 @@ 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 \
|
||||
|
2
sysdeps/unix/sysv/linux/configure
vendored
2
sysdeps/unix/sysv/linux/configure
vendored
@ -102,7 +102,7 @@ fi
|
||||
# We need some extensions to the `ldd' script.
|
||||
|
||||
case "$machine" in
|
||||
i[3456]86* | m68k | sparc/sparc32)
|
||||
i[3456]86* | m68* | sparc/sparc32)
|
||||
ldd_rewrite_script=../sysdeps/unix/sysv/linux/ldd-rewrite.sed
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user