aboutsummaryrefslogtreecommitdiff
path: root/libphobos/src
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2020-04-21 23:03:23 +0200
committerIain Buclaw <ibuclaw@gdcproject.org>2020-04-21 23:03:23 +0200
commit81e07d422c5026ed66e3ad72a75d0d2385be1c0a (patch)
tree5944ae9a2f091413055a264e61faa6e0b011f1bd /libphobos/src
parent3942060c4b3168307b9e2870d81e7ca15b49760a (diff)
downloadgcc-81e07d422c5026ed66e3ad72a75d0d2385be1c0a.zip
gcc-81e07d422c5026ed66e3ad72a75d0d2385be1c0a.tar.gz
gcc-81e07d422c5026ed66e3ad72a75d0d2385be1c0a.tar.bz2
libphobos: Remove GDCFLAGSX variable from configure scripts.
Always run testsuite with same GDCFLAGS as used in build. libphobos/ChangeLog: * Makefile.in: Regenerate. * configure: Regenerate. * configure.ac: Remove GDCFLAGSX. * libdruntime/Makefile.in: Regenerate. * src/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. * testsuite/testsuite_flags.in: Use GDCFLAGS in --gdcflags. * testsuite/libphobos.thread/fiber_guard_page.d: Test using -O0.
Diffstat (limited to 'libphobos/src')
-rw-r--r--libphobos/src/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libphobos/src/Makefile.in b/libphobos/src/Makefile.in
index e1b0588..4b1ae86 100644
--- a/libphobos/src/Makefile.in
+++ b/libphobos/src/Makefile.in
@@ -346,7 +346,6 @@ EXEEXT = @EXEEXT@
FGREP = @FGREP@
GDC = @GDC@
GDCFLAGS = @GDCFLAGS@
-GDCFLAGSX = @GDCFLAGSX@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@