@@ -248,8 +248,9 @@ md_file=
248
248
249
249
# Obsolete configurations.
250
250
case ${target} in
251
- hppa[12]*-*-hpux10* \
252
- | hppa[12]*-*-hpux11* \
251
+ *)
252
+ ;;
253
+ obsoleted-target \
253
254
)
254
255
if test "x$enable_obsolete" != xyes; then
255
256
echo "*** Configuration ${target} is obsolete." >&2
@@ -1740,42 +1741,6 @@ hppa*-*-netbsd*)
1740
1741
tm_defines="${tm_defines} CHAR_FAST8=1 SHORT_FAST16=1"
1741
1742
extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1742
1743
;;
1743
- hppa[12]*-*-hpux10*)
1744
- case ${target} in
1745
- hppa1.1-*-* | hppa2*-*-*)
1746
- target_cpu_default="MASK_PA_11"
1747
- ;;
1748
- esac
1749
- tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1750
- pa/pa-hpux.h pa/pa-hpux10.h"
1751
- extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux10.opt"
1752
- case ${target} in
1753
- *-*-hpux10.[1-9]*)
1754
- tm_file="${tm_file} pa/pa-hpux1010.h"
1755
- extra_options="${extra_options} pa/pa-hpux1010.opt"
1756
- ;;
1757
- esac
1758
- use_gcc_stdint=provide
1759
- tm_file="${tm_file} hpux-stdint.h"
1760
- tmake_file="pa/t-pa t-slibgcc"
1761
- d_target_objs="${d_target_objs} pa-d.o"
1762
- case ${enable_threads} in
1763
- "")
1764
- if test x$have_pthread_h = xyes ; then
1765
- tmake_file="${tmake_file} pa/t-dce-thr"
1766
- fi
1767
- ;;
1768
- yes | dce)
1769
- tmake_file="${tmake_file} pa/t-dce-thr"
1770
- ;;
1771
- esac
1772
- use_collect2=yes
1773
- gas=yes
1774
- if test "x$with_dwarf2" != x; then
1775
- echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
1776
- dwarf2=no
1777
- fi
1778
- ;;
1779
1744
hppa*64*-*-hpux11*)
1780
1745
target_cpu_default="MASK_PA_11|MASK_PA_20"
1781
1746
if test x$gnu_ld = xyes
@@ -1819,50 +1784,6 @@ hppa*64*-*-hpux11*)
1819
1784
;;
1820
1785
esac
1821
1786
;;
1822
- hppa[12]*-*-hpux11*)
1823
- case ${target} in
1824
- hppa1.1-*-* | hppa2*-*-*)
1825
- target_cpu_default="MASK_PA_11"
1826
- ;;
1827
- esac
1828
- tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1829
- pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
1830
- extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt \
1831
- hpux11.opt"
1832
- case ${target} in
1833
- *-*-hpux11.[12]*)
1834
- tm_file="${tm_file} pa/pa-hpux1111.h"
1835
- extra_options="${extra_options} pa/pa-hpux1111.opt"
1836
- ;;
1837
- *-*-hpux11.[3-9]*)
1838
- tm_file="${tm_file} pa/pa-hpux1131.h"
1839
- extra_options="${extra_options} pa/pa-hpux1131.opt"
1840
- ;;
1841
- esac
1842
- tmake_file="pa/t-pa t-slibgcc"
1843
- d_target_objs="${d_target_objs} pa-d.o"
1844
- case x${enable_threads} in
1845
- x | xyes | xposix )
1846
- thread_file=posix
1847
- ;;
1848
- esac
1849
- use_collect2=yes
1850
- gas=yes
1851
- case ${target} in
1852
- *-*-hpux11.[01]*)
1853
- use_gcc_stdint=provide
1854
- tm_file="${tm_file} hpux-stdint.h"
1855
- ;;
1856
- *-*-hpux11.[23]*)
1857
- use_gcc_stdint=wrap
1858
- tm_file="${tm_file} hpux-stdint.h"
1859
- ;;
1860
- esac
1861
- if test "x$with_dwarf2" != x; then
1862
- echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
1863
- dwarf2=no
1864
- fi
1865
- ;;
1866
1787
i[34567]86-*-darwin1[89]* | i[34567]86-*-darwin2*)
1867
1788
echo "Error: 32bit target is not supported after Darwin17" 1>&2
1868
1789
;;
0 commit comments