forked from Imagelibrary/binutils-gdb
[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:
3
gdb/gdbserver/configure
vendored
3
gdb/gdbserver/configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user