[C++] Drop -fpermissive hack

Both x86_64 GNU/Linux and x86_64 mingw-w64 build cleanly with
--enable-targets=all.  Let's drop the -fpermissive hack, in order to
let the buildbot catch C++ build regressions for us.

gdb/ChangeLog:
2015-11-19  Pedro Alves  <palves@redhat.com>

	* build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Remove -fpermissive.
	* configure: Regenerate.

gdb/gdbserver/ChangeLog:
2015-11-19  Pedro Alves  <palves@redhat.com>

	* configure: Regenerate.
This commit is contained in:
Pedro Alves
2015-11-19 14:32:54 +00:00
parent c6d8112436
commit dad44a1fba
5 changed files with 12 additions and 6 deletions

View File

@@ -4827,8 +4827,7 @@ fi
if test "$enable_build_with_cxx" = "yes"; then
# We're using -fpermissive as shortcut for now.
COMPILER='$(CXX) -fpermissive'
COMPILER='$(CXX)'
else
COMPILER='$(CC)'
fi