aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2021-09-13 11:28:24 +0200
committerRichard Biener <rguenther@suse.de>2021-09-13 11:32:40 +0200
commit2071a0ed778596927253fd128e1ffa8f18089175 (patch)
tree4ecceade1177c1205a621a6310b88054c822d119 /gcc
parenta7348a1833d2e91bebe2c6f3681be5fc4a35326a (diff)
downloadgcc-2071a0ed778596927253fd128e1ffa8f18089175.zip
gcc-2071a0ed778596927253fd128e1ffa8f18089175.tar.gz
gcc-2071a0ed778596927253fd128e1ffa8f18089175.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/lynx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/lynx.h b/gcc/config/i386/lynx.h
index 70b2587..65fc6a7 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. */