diff options
author | Andreas Schwab <schwab@suse.de> | 2013-01-10 10:42:57 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-01-10 10:44:04 +0100 |
commit | 8790af5f9ff9bdbb9f016b5554ad600a439cc79f (patch) | |
tree | 367f7b82877e8c946eedd9eaa3f4daf6cc2ea1b9 /math | |
parent | 33c0a3afc796df20b68b6b130609eb4d74f8e97b (diff) | |
download | glibc-8790af5f9ff9bdbb9f016b5554ad600a439cc79f.zip glibc-8790af5f9ff9bdbb9f016b5554ad600a439cc79f.tar.gz glibc-8790af5f9ff9bdbb9f016b5554ad600a439cc79f.tar.bz2 |
Revert "CFLAGS-test-tgmath2.c"
This reverts commit 3167bfc62bb38e3057f7694566b5bb157236a5a8.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index bd4212a..db50800 100644 --- a/math/Makefile +++ b/math/Makefile @@ -129,7 +129,7 @@ CFLAGS-test-tgmath.c = -fno-builtin # The following testcase uses very long lines (>3 million), so it may take a # while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402 -CFLAGS-test-tgmath2.c = -fno-builtin -fno-var-tracking +CFLAGS-test-tgmath2.c = -fno-builtin CFLAGS-test-tgmath-ret.c = -fno-builtin CFLAGS-test-powl.c = -fno-builtin CFLAGS-test-test-fenv.c = -frounding-math |