PR pch/14940
* config.host (hppa*-*-hpux*, hppa*-*-linux): Define out_host_hook_obj
and host_xmake_file using new host configuration files.
* config/pa/pa-host.c, config/pa/x-hpux, config/pa/x-linux: New files.
From-SVN: r102830
+2005-08-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR pch/14940
+ Backport from mainline:
+
+ * config.host (hppa*-*-hpux*, hppa*-*-linux): Define out_host_hook_obj
+ and host_xmake_file using new host configuration files.
+ * config/pa/pa-host.c, config/pa/x-hpux, config/pa/x-linux: New files.
+
2005-08-06 Christian Joensson <christian.joensson@gmail.com>
PR target/20673
hppa1.0-*-hpux10* | hppa1.1-*-hpux10* | hppa2*-*-hpux10* | \
hppa1.0-*-hpux11* | hppa1.1-*-hpux11* | hppa2*-*-hpux11* | \
hppa*64*-*-hpux11*)
- host_xmake_file="pa/x-ada"
+ out_host_hook_obj=pa-host.o
+ host_xmake_file=pa/x-hpux
+ ;;
+ hppa*-*-linux*)
+ out_host_hook_obj=pa-host.o
+ host_xmake_file=pa/x-linux
;;
i370-*-opened* | i370-*-mvs* ) # IBM 360/370/390 Architecture
host_xm_defines='FATAL_EXIT_CODE=12'