aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2021-09-20 08:57:01 +0200
committerRichard Biener <rguenther@suse.de>2021-09-20 11:25:18 +0200
commit10555529c6a401508f4284728eb1c5e42d676c72 (patch)
tree84e31e670accaace92b7dd639ebc0a95b0c51cbf /gcc
parent9081759b7ea5f7f1b17ea2a09cc438115c219ca1 (diff)
downloadgcc-10555529c6a401508f4284728eb1c5e42d676c72.zip
gcc-10555529c6a401508f4284728eb1c5e42d676c72.tar.gz
gcc-10555529c6a401508f4284728eb1c5e42d676c72.tar.bz2
Obsolete hppa[12]*-*-hpux10* and hppa[12]*-*-hpux11*
This obsoletes the 32bit hppa-hpux configurations which only support STABS as debuginfo format. 2021-09-20 Richard Biener <rguenther@suse.de> gcc/ * config.gcc: Obsolete hppa[12]*-*-hpux10* and hppa[12]*-*-hpux11*. contrib/ * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and hppa2.0-hpux11.9.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index c3a8b27..498c51e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -250,6 +250,8 @@ md_file=
case ${target} in
tile*-*-* \
| cr16-*-* \
+ | hppa[12]*-*-hpux10* \
+ | hppa[12]*-*-hpux11* \
)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2