aboutsummaryrefslogtreecommitdiff
path: root/gdb/build-with-cxx.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/build-with-cxx.m4')
-rw-r--r--gdb/build-with-cxx.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/build-with-cxx.m4 b/gdb/build-with-cxx.m4
index 8802f4d..b6284fd 100644
--- a/gdb/build-with-cxx.m4
+++ b/gdb/build-with-cxx.m4
@@ -32,8 +32,7 @@ AC_DEFUN([GDB_AC_BUILD_WITH_CXX],
[enable_build_with_cxx=no])
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