mirror of git://sourceware.org/git/glibc.git
Update.
2002-03-18 Andreas Jaeger <aj@suse.de> * iconvdata/Makefile: Only run tests when shared libs are available.
This commit is contained in:
parent
f68137c94b
commit
8c5e5fa0f1
|
|
@ -1,3 +1,8 @@
|
||||||
|
2002-03-18 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* iconvdata/Makefile: Only run tests when shared libs are
|
||||||
|
available.
|
||||||
|
|
||||||
2002-03-17 Andreas Jaeger <aj@suse.de>
|
2002-03-17 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
|
* sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
|
@ -54,11 +54,13 @@ modules := ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5 \
|
||||||
|
|
||||||
modules.so := $(addsuffix .so, $(modules))
|
modules.so := $(addsuffix .so, $(modules))
|
||||||
|
|
||||||
|
include ../Makeconfig
|
||||||
|
|
||||||
|
ifeq (yes,$(build-shared))
|
||||||
tests = bug-iconv1 bug-iconv2 tst-loading
|
tests = bug-iconv1 bug-iconv2 tst-loading
|
||||||
|
|
||||||
test-srcs := tst-table-from tst-table-to
|
test-srcs := tst-table-from tst-table-to
|
||||||
|
endif
|
||||||
include ../Makeconfig
|
|
||||||
|
|
||||||
libJIS-routines := jis0201 jis0208 jis0212
|
libJIS-routines := jis0201 jis0208 jis0212
|
||||||
libKSC-routines := ksc5601
|
libKSC-routines := ksc5601
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue