lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 63460397 04/11: Expunge useless history


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 63460397 04/11: Expunge useless history
Date: Mon, 27 Jun 2022 19:56:08 -0400 (EDT)

branch: master
commit 634603970850baaf6b5f15f0687bd94beab10b25
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Expunge useless history
    
    In one old mingw.org release, '-ggdb' was rendered incompatible with gdb
    by a maintainer mistake. This was a one-off mistake that's unlikely ever
    to be repeated, particularly in a debian package. The workaround was
    simple and obvious, so nothing of enduring interest can be gleaned from
    this history.
---
 compiler_gcc.make | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/compiler_gcc.make b/compiler_gcc.make
index 18cf1868..3a048bd7 100644
--- a/compiler_gcc.make
+++ b/compiler_gcc.make
@@ -587,15 +587,6 @@ $(product_file_sources): tutelary_flag += 
$(product_file_flags)
 
 debug_flag := -ggdb
 
-# MinGW gcc-3.4.2 writes dwarf2 debug records if '-ggdb' is specified,
-# but the version of gdb packaged with it expects stabs format.
-#
-ifeq (3.4.2,$(gcc_version))
-  debug_flag := -g
-  gcc_version_specific_c_warnings   := -Wno-uninitialized
-  gcc_version_specific_cxx_warnings := -Wno-uninitialized
-endif
-
 # Compiler-and-linker flags.
 #
 # 'c_l_flags' are to be used in both compiler and linker commands.



reply via email to

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