diff options
author | Richard Biener <rguenther@suse.de> | 2021-09-15 16:01:44 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2021-09-15 16:03:18 +0200 |
commit | 26d4ba05b92d0082c7db8067021e9b3109400557 (patch) | |
tree | 6b0db30b99f6727f59626c852bad60ca6c14500c /gcc | |
parent | 7fc4d6000a0d6c847c4c07373fbd4a17e54c678f (diff) | |
download | gcc-26d4ba05b92d0082c7db8067021e9b3109400557.zip gcc-26d4ba05b92d0082c7db8067021e9b3109400557.tar.gz gcc-26d4ba05b92d0082c7db8067021e9b3109400557.tar.bz2 |
target/102348 - fix powerpc-lynxos build
This fixes a similar issue for powerpc-lynxos as fixed for i686-lynxos
already.
2021-09-15 Richard Biener <rguenther@suse.de>
PR target/102348
* config/rs6000/lynx.h: Remove undef of PREFERRED_DEBUGGING_TYPE
to inherit from elfos.h
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/lynx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/rs6000/lynx.h b/gcc/config/rs6000/lynx.h index 3434c8b..0ddb54f 100644 --- a/gcc/config/rs6000/lynx.h +++ b/gcc/config/rs6000/lynx.h @@ -80,7 +80,6 @@ #undef SIZE_TYPE #undef ASM_OUTPUT_ALIGN -#undef PREFERRED_DEBUGGING_TYPE /* The file rs6000.c defines TARGET_HAVE_TLS unconditionally to the value of HAVE_AS_TLS. HAVE_AS_TLS is true as gas support for TLS |