about summary refs log tree commit diff
path: root/iconvdata
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-28 19:16:26 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-28 19:16:26 +0000
commit97a0d44d89e7724e104f3de8450112712767ec90 (patch)
tree06d89076813ebc3d744bc099ff4af35ae564cd66 /iconvdata
parent105306ae6e43d3fe022c404ae07a49938049eef6 (diff)
downloadglibc-97a0d44d89e7724e104f3de8450112712767ec90.tar.gz
glibc-97a0d44d89e7724e104f3de8450112712767ec90.tar.xz
glibc-97a0d44d89e7724e104f3de8450112712767ec90.zip
Update.
1999-07-28  Andeas Schwab  <schwab@suse.de>

	* iconvdata/Makefile: Don't try to run iconv tests when cross
	compiling.
Diffstat (limited to 'iconvdata')
-rw-r--r--iconvdata/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile
index 9789fa3e20..627f13ffb5 100644
--- a/iconvdata/Makefile
+++ b/iconvdata/Makefile
@@ -232,9 +232,11 @@ endif # build-shared = yes
 
 include ../Rules
 
+ifeq (no,$(cross-compiling))
 ifeq (yes,$(build-shared))
 tests: $(objpfx)iconv-test.out
 endif
+endif
 
 $(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \
 			 $(addprefix $(objpfx),$(modules.so)) \