From 4c65aab8b90fdd8ef4e2b77e33c7a821297f60e6 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Wed, 30 Jul 2008 14:32:06 +0000 Subject: 2008-07-30 Basile Starynkevitch MELT branch merged with trunk r138310 * gcc/Makefile.in: removed debugging echo in run-basilys-deps git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@138312 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config.host | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'gcc/config.host') diff --git a/gcc/config.host b/gcc/config.host index d6efc6d730b..1d2462911df 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -141,26 +141,14 @@ case ${host} in prefix=/gnu local_prefix=/gnu ;; - hppa1.1-*-pro*) - host_xmake_file="${host_xmake_file} pa/x-ada" - ;; - hppa1.1-*-osf*) - host_xmake_file="${host_xmake_file} pa/x-ada" - ;; - hppa1.1-*-rtems*) - host_xmake_file="${host_xmake_file} pa/x-ada" - ;; - hppa1.1-*-bsd*) - host_xmake_file="${host_xmake_file} pa/x-ada" - ;; hppa1.0-*-hpux10* | hppa1.1-*-hpux10* | hppa2*-*-hpux10*) out_host_hook_obj=host-hpux.o - host_xmake_file="${host_xmake_file} pa/x-ada-hpux10 x-hpux" + host_xmake_file="${host_xmake_file} x-hpux" ;; hppa1.0-*-hpux11* | hppa1.1-*-hpux11* | hppa2*-*-hpux11* | \ hppa*64*-*-hpux11*) out_host_hook_obj=host-hpux.o - host_xmake_file="${host_xmake_file} pa/x-ada x-hpux" + host_xmake_file="${host_xmake_file} x-hpux" ;; hppa*-*-linux*) out_host_hook_obj=host-hpux.o -- cgit v1.2.1