projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a67eb5
)
Don't run ftwtest-sh if cross-compiling.
author
drepper
<drepper>
Fri, 29 May 1998 10:25:09 +0000
(10:25 +0000)
committer
drepper
<drepper>
Fri, 29 May 1998 10:25:09 +0000
(10:25 +0000)
io/Makefile
patch
|
blob
|
history
diff --git
a/io/Makefile
b/io/Makefile
index
e15676f
..
f8597f5
100644
(file)
--- a/
io/Makefile
+++ b/
io/Makefile
@@
-62,5
+62,7
@@
include ../Rules
CFLAGS-fts.c = -Wno-uninitialized
CFLAGS-ftw.c = -Wno-uninitialized
+ifeq ($(cross-compiling),no)
tests: $(objpfx)ftwtest
$(SHELL) -e ftwtest-sh $(common-objpfx) $<
+endif