public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3476] Fix i686-lynx build breakage
@ 2021-09-13  9:32 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2021-09-13  9:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2071a0ed778596927253fd128e1ffa8f18089175

commit r12-3476-g2071a0ed778596927253fd128e1ffa8f18089175
Author: Richard Biener <rguenther@suse.de>
Date:   Mon Sep 13 11:28:24 2021 +0200

    Fix i686-lynx build breakage
    
    With the last adjustment I failed to remove a stray undef of
    PREFERRED_DEBUGGING_TYPE from config/i386/lynx.h
    
    2021-09-13  Richard Biener  <rguenther@suse.de>
    
            * config/i386/lynx.h: Remove undef of PREFERRED_DEBUGGING_TYPE
            to inherit from elfos.h

Diff:
---
 gcc/config/i386/lynx.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gcc/config/i386/lynx.h b/gcc/config/i386/lynx.h
index 70b2587e6cb..65fc6a7468d 100644
--- a/gcc/config/i386/lynx.h
+++ b/gcc/config/i386/lynx.h
@@ -60,10 +60,6 @@ along with GCC; see the file COPYING3.  If not see
 
 #undef ASM_OUTPUT_ALIGN
 
-/* Undefine the definition from elfos.h to enable our default.  */
-
-#undef PREFERRED_DEBUGGING_TYPE
-
 /* The file i386.c defines TARGET_HAVE_TLS unconditionally if
    HAVE_AS_TLS is defined.  HAVE_AS_TLS is defined as gas support for
    TLS is detected by configure.  We undefine it here.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-13  9:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13  9:32 [gcc r12-3476] Fix i686-lynx build breakage Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).