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:
3327d89
)
Don't run test on tst/svc.out if cross-compiling.
author
drepper
<drepper>
Fri, 29 May 1998 10:24:07 +0000
(10:24 +0000)
committer
drepper
<drepper>
Fri, 29 May 1998 10:24:07 +0000
(10:24 +0000)
string/Makefile
patch
|
blob
|
history
diff --git
a/string/Makefile
b/string/Makefile
index
e766429
..
eda9242
100644
(file)
--- a/
string/Makefile
+++ b/
string/Makefile
@@
-55,5
+55,7
@@
CFLAGS-noinl-tester.c = -fno-builtin
CFLAGS-tst-strlen.c = -fno-builtin
CFLAGS-stratcliff.c = -fno-builtin
+ifeq ($(cross-compiling),no)
tests: $(objpfx)tst-svc.out
cmp tst-svc.expect $(objpfx)tst-svc.out
+endif