summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-04-29 16:48:04 +0000
committerKen Raeburn <raeburn@cygnus>1993-04-29 16:48:04 +0000
commit99a5da15a7a27c282a70fb49e6bbbd438c056c03 (patch)
treeb434e1d712bc576ee68661686aa04afc73d19353
parent562a18b21b5dfd968de11fbe5d522aa77e3dc2ef (diff)
downloadbinutils-gdb-99a5da15a7a27c282a70fb49e6bbbd438c056c03.tar.gz
handle hppa osf configuration
-rw-r--r--ChangeLog15
-rwxr-xr-xconfig.sub4
-rw-r--r--configure.in3
3 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00cae19edca..7aca8209fac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * config.sub: Recognize hppaosf.
+ * configure.in: Do configure ld/binutils/gas for it.
+
+Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
+
+ * configure (tooldir): Alter syntax used to set this, for systems
+ where "\$" isn't handled right, like i386-aix.
+
+Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
+
+ * configure: Pass program-transform-name, not
+ program_transform_name, to recursive configures.
+
Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
* Makefile.in (gas+binutils.tar.z): New rule for building snapshots
diff --git a/config.sub b/config.sub
index a5713e0ebd0..f6021bbd51f 100755
--- a/config.sub
+++ b/config.sub
@@ -480,6 +480,10 @@ case $basic_machine in
basic_machine=m68k-hp
os=-hpux
;;
+ hppaosf)
+ basic_machine=hppa1.1-hp
+ os=-osf
+ ;;
ncr3000)
basic_machine=i486-ncr
os=-sysv4
diff --git a/configure.in b/configure.in
index 50fa5e92ddb..ff7e59193d1 100644
--- a/configure.in
+++ b/configure.in
@@ -159,6 +159,9 @@ case "${target}" in
rs6000-*-*)
configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
;;
+ hppa*-*-osf)
+# Do configure ld/binutils/gas for this case.
+ ;;
hppa*-*-*)
configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
;;