From: John David Anglin Date: Sun, 7 Aug 2005 02:48:04 +0000 (+0000) Subject: re PR pch/14940 (PCH largefile test fails on various platforms) X-Git-Tag: releases/gcc-3.4.5~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e531ccdc930beb018752d5107a247cd29a61f27f;p=thirdparty%2Fgcc.git re PR pch/14940 (PCH largefile test fails on various platforms) 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 85dd21934fde..61339a3a2ee9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2005-08-06 John David Anglin + + 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 PR target/20673 diff --git a/gcc/config.host b/gcc/config.host index 19566518810f..e4f035731a90 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -103,7 +103,12 @@ case ${host} in 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'