aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-07 17:16:31 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-07 17:16:31 +0000
commitb7e30985502aceea4ab713202f3f644651d66131 (patch)
tree74ecd8b92b0c64a5612e943828604f93f9aedd5c /gcc/config.host
parent72231bd6a4e2e13f0a27696f257d1b5b195301d1 (diff)
* config.host (hppa*-*-hpux*): Change out_host_hook_obj and
host_xmake_file. (hppa*-*-linux*): Ditto. (ia64-*-hpux*): Add out_host_hook_obj and host_xmake_file. config/host-hpux.c: New. config/x-hpux: New. config/pa/x-hpux: Remove. config/pa/x-linux: Remove. config/pa/pa-host.c: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105093 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host10
1 files changed, 6 insertions, 4 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 0f804aa543c..026cd09a91d 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -122,12 +122,12 @@ case ${host} in
hppa1.0-*-hpux10* | hppa1.1-*-hpux10* | hppa2*-*-hpux10* | \
hppa1.0-*-hpux11* | hppa1.1-*-hpux11* | hppa2*-*-hpux11* | \
hppa*64*-*-hpux11*)
- out_host_hook_obj=pa-host.o
- host_xmake_file=pa/x-hpux
+ out_host_hook_obj=host-hpux.o
+ host_xmake_file="pa/x-ada x-hpux"
;;
hppa*-*-linux*)
- out_host_hook_obj=pa-host.o
- host_xmake_file=pa/x-linux
+ out_host_hook_obj=host-hpux.o
+ host_xmake_file=x-hpux
;;
i370-*-opened* | i370-*-mvs* ) # IBM 360/370/390 Architecture
host_xm_defines='FATAL_EXIT_CODE=12'
@@ -194,5 +194,7 @@ case ${host} in
;;
ia64-*-hpux*)
use_long_long_for_widest_fast_int=yes
+ out_host_hook_obj=host-hpux.o
+ host_xmake_file=x-hpux
;;
esac