]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR pch/14940 (PCH largefile test fails on various platforms)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 7 Aug 2005 02:48:04 +0000 (02:48 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 7 Aug 2005 02:48:04 +0000 (02:48 +0000)
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

gcc/ChangeLog
gcc/config.host

index 85dd21934fded15047ad86ce45302af825471f45..61339a3a2ee99131d48c3b7f0b86e0c800cd223f 100644 (file)
@@ -1,3 +1,12 @@
+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
index 19566518810f091e80c29b927f43ff8c7ab5b87d..e4f035731a90ca1a248c17ecbd5922dd4cb9b517 100644 (file)
@@ -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'