diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-10-30 23:21:19 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-01-10 09:59:58 +0100 |
commit | 3167bfc62bb38e3057f7694566b5bb157236a5a8 (patch) | |
tree | a703af41b2b0098edfee97eb254f9752a8dc76e5 /math/Makefile | |
parent | 35eb879e3b7849e86f06658bdb888f7858b30759 (diff) | |
download | glibc-3167bfc62bb38e3057f7694566b5bb157236a5a8.tar glibc-3167bfc62bb38e3057f7694566b5bb157236a5a8.tar.gz glibc-3167bfc62bb38e3057f7694566b5bb157236a5a8.tar.bz2 glibc-3167bfc62bb38e3057f7694566b5bb157236a5a8.zip |
CFLAGS-test-tgmath2.c
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index db50800648..bd4212aeab 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 +CFLAGS-test-tgmath2.c = -fno-builtin -fno-var-tracking CFLAGS-test-tgmath-ret.c = -fno-builtin CFLAGS-test-powl.c = -fno-builtin CFLAGS-test-test-fenv.c = -frounding-math |