diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-07 17:16:31 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-07 17:16:31 +0000 |
commit | b7e30985502aceea4ab713202f3f644651d66131 (patch) | |
tree | 74ecd8b92b0c64a5612e943828604f93f9aedd5c /gcc/config/x-hpux | |
parent | 72231bd6a4e2e13f0a27696f257d1b5b195301d1 (diff) | |
download | gcc-b7e30985502aceea4ab713202f3f644651d66131.tar.gz |
* 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/x-hpux')
-rw-r--r-- | gcc/config/x-hpux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/x-hpux b/gcc/config/x-hpux new file mode 100644 index 00000000000..fa0c5553c3d --- /dev/null +++ b/gcc/config/x-hpux @@ -0,0 +1,4 @@ +host-hpux.o : $(srcdir)/config/host-hpux.c $(CONFIG_H) $(SYSTEM_H) \ + coretypes.h hosthooks.h hosthooks-def.h $(HOOKS_H) + $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ + $(srcdir)/config/host-hpux.c |