bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Add host defines for hppa*64* to configure.host


From: John David Anglin
Subject: Add host defines for hppa*64* to configure.host
Date: Sat, 19 Jan 2002 16:25:24 -0500 (EST)

I noticed that host defines for hppa64 were missing.  This patch adds
them.

Dave
-- 
J. David Anglin                                  address@hidden
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

2002-01-19  John David Anglin  <address@hidden>

        * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new host
        defines.

--- configure.host.orig Fri Jan  4 10:43:12 2002
+++ configure.host      Sat Jan 19 15:25:52 2002
@@ -21,8 +21,11 @@
 
 alpha*-*-*)            host64=true; HOST_64BIT_TYPE=long ;;
 
+hppa*64*-*-hpux*)      HDEFINES=-DHOST_HPPAHPUX;
+                       host64=true; HOST_64BIT_TYPE=long ;;
 hppa*-*-hpux*)         HDEFINES=-DHOST_HPPAHPUX ;;
 hppa*-*-hiux*)         HDEFINES=-DHOST_HPPAHPUX ;;
+hppa*64*-*-linux*)     host64=true; HOST_64BIT_TYPE=long ;;
 hppa*-*-mpeix*)                HDEFINES=-DHOST_HPPAMPEIX ;;
 hppa*-*-bsd*)          HDEFINES=-DHOST_HPPABSD ;;
 hppa*-*-osf*)          HDEFINES=-DHOST_HPPAOSF ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]