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:
597c661
)
Don't define CFLAGS-* macros to prevent inlining in libm-test.
author
drepper
<drepper>
Thu, 27 Mar 1997 01:35:20 +0000
(
01:35
+0000)
committer
drepper
<drepper>
Thu, 27 Mar 1997 01:35:20 +0000
(
01:35
+0000)
math/Makefile
patch
|
blob
|
history
diff --git
a/math/Makefile
b/math/Makefile
index
7dbe8fe
..
2578dbf
100644
(file)
--- a/
math/Makefile
+++ b/
math/Makefile
@@
-73,9
+73,6
@@
tests = test-float test-double $(test-longdouble-$(long-double-fcts))
# XXX This test is disabled for now since the functions are too buggy.
#test-longdouble-yes = test-longdouble
-CFLAGS-test-float.c = -fno-inline
-CFLAGS-test-double.c = -fno-inline
-CFLAGS-test-longdouble.c = -fno-inline
LDLIBS-test-float = libm
LDLIBS-test-double = libm
LDLIBS-test-longdouble = libm