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.
This commit is contained in:
parent
9081759b7e
commit
10555529c6
@ -45,8 +45,9 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
|
|||||||
epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \
|
epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \
|
||||||
fr30-elf frv-elf frv-linux ft32-elf h8300-elf hppa-linux-gnu \
|
fr30-elf frv-elf frv-linux ft32-elf h8300-elf hppa-linux-gnu \
|
||||||
hppa-linux-gnuOPT-enable-sjlj-exceptions=yes hppa64-linux-gnu \
|
hppa-linux-gnuOPT-enable-sjlj-exceptions=yes hppa64-linux-gnu \
|
||||||
hppa2.0-hpux10.1 hppa64-hpux11.3 \
|
hppa2.0-hpux10.1OPT-enable-obsolete hppa64-hpux11.3 \
|
||||||
hppa64-hpux11.0OPT-enable-sjlj-exceptions=yes hppa2.0-hpux11.9 \
|
hppa64-hpux11.0OPT-enable-sjlj-exceptions=yes \
|
||||||
|
hppa2.0-hpux11.9OPT-enable-obsolete \
|
||||||
i686-pc-linux-gnu i686-apple-darwin i686-apple-darwin9 i686-apple-darwin10 \
|
i686-pc-linux-gnu i686-apple-darwin i686-apple-darwin9 i686-apple-darwin10 \
|
||||||
i486-freebsd4 i686-freebsd6 i686-kfreebsd-gnu \
|
i486-freebsd4 i686-freebsd6 i686-kfreebsd-gnu \
|
||||||
i686-netbsdelf9 \
|
i686-netbsdelf9 \
|
||||||
|
@ -250,6 +250,8 @@ md_file=
|
|||||||
case ${target} in
|
case ${target} in
|
||||||
tile*-*-* \
|
tile*-*-* \
|
||||||
| cr16-*-* \
|
| cr16-*-* \
|
||||||
|
| hppa[12]*-*-hpux10* \
|
||||||
|
| hppa[12]*-*-hpux11* \
|
||||||
)
|
)
|
||||||
if test "x$enable_obsolete" != xyes; then
|
if test "x$enable_obsolete" != xyes; then
|
||||||
echo "*** Configuration ${target} is obsolete." >&2
|
echo "*** Configuration ${target} is obsolete." >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user