Fix i686-lynx build breakage

Message ID 836rr090-o95-29q-n531-ss20873psrs9@fhfr.qr
State Committed
Commit 2071a0ed778596927253fd128e1ffa8f18089175
Headers
Series Fix i686-lynx build breakage |

Commit Message

Richard Biener Sept. 13, 2021, 9:30 a.m. UTC
  With the last adjustment I failed to remove a stray

Pushed.

2021-09-13  Richard Biener  <rguenther@suse.de>

	* config/i386/lynx.h: Remove undef of PREFERRED_DEBUGGING_TYPE
	to inherit from elfos.h
---
 gcc/config/i386/lynx.h | 4 ----
 1 file changed, 4 deletions(-)
  

Patch

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.  */