lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6597] Expunge obsolete _GLIBCXX_ macros, especially for c


From: gchicares
Subject: [lmi-commits] [6597] Expunge obsolete _GLIBCXX_ macros, especially for concept checking
Date: Tue, 17 May 2016 22:35:31 +0000 (UTC)

Revision: 6597
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6597
Author:   chicares
Date:     2016-05-17 22:35:31 +0000 (Tue, 17 May 2016)
Log Message:
-----------
Expunge obsolete _GLIBCXX_ macros, especially for concept checking

Modified Paths:
--------------
    lmi/trunk/workhorse.make

Modified: lmi/trunk/workhorse.make
===================================================================
--- lmi/trunk/workhorse.make    2016-05-17 01:00:41 UTC (rev 6596)
+++ lmi/trunk/workhorse.make    2016-05-17 22:35:31 UTC (rev 6597)
@@ -550,19 +550,12 @@
 # Build type governs
 #  - optimization flags
 #  - gprof
-#  - libstdc++ debugging and concept-checking macros
+#  - libstdc++ debugging macros
 
-# libstdc++ debugging and concept-checking macros are given in the
-# intended '_GLIBCXX' forms first, and also in the '_GLIBCPP' forms
-# that apparently were used for gcc-3.3.x .
-#
-# '-D_GLIBXX_DEBUG_PEDANTIC' is required for gcc-3.4.x and gcc-4.0.0;
-# this known defect was later corrected.
+# libstdc++ debugging macros
 
 every_libstdcxx_warning_macro := \
-  -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_CONCEPT_CHECKS \
-  -D_GLIBCPP_DEBUG -D_GLIBCPP_DEBUG_PEDANTIC -D_GLIBCPP_CONCEPT_CHECKS \
-                   -D_GLIBXX_DEBUG_PEDANTIC \
+  -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC \
 
 test_targets := unit_tests cgi_tests cli_tests
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]