summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-25 22:38:42 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-25 22:38:42 +0000
commit4f2689f478551b5d6facb9923ab37abbca3055e7 (patch)
treef69d845c344c8325a051f1088a0727306b852120 /math/Makefile
parentbec7805d999296000230342f7a8771bbb4001bf1 (diff)
Update.
* math/Makefile (tests): Add test-tgmath. (CFLAGS-test-tgmath.c): New variable. * math/test-tgmath.c: New file. Contributed by Jakub Jelinek.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile
index 2e240197a5..f02517c059 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -79,7 +79,7 @@ include ../Makeconfig
# Rules for the test suite.
tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \
- test-misc test-fpucw tst-definitions
+ test-misc test-fpucw tst-definitions test-tgmath
# We do the `long double' tests only if this data type is available and
# distinct from `double'.
test-longdouble-yes = test-ldouble test-ildoubl
@@ -120,6 +120,7 @@ CFLAGS-test-ldouble.c = -fno-inline -ffloat-store
CFLAGS-test-ifloat.c = -U__LIBC_INTERNAL_MATH_INLINES -D__FAST_MATH__
CFLAGS-test-idouble.c = -U__LIBC_INTERNAL_MATH_INLINES -D__FAST_MATH__
CFLAGS-test-ildoubl.c = -U__LIBC_INTERNAL_MATH_INLINES -D__FAST_MATH__
+CFLAGS-test-tgmath.c = -fno-builtin
distribute += libm-test.inc gen-libm-test.pl README.libm-test