* configure.in (hppa target): check the source directory for the
authorDavid D. Zuhn <zoo@cygnus>
Thu, 4 Nov 1993 05:35:21 +0000 (05:35 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Thu, 4 Nov 1993 05:35:21 +0000 (05:35 +0000)
  pagas sub-directory

ChangeLog
configure.in

index f13e3fa2b90ad68a50703bd6bb462640962d2950..b628ebd19e570bf4869d1fcfd3958b5291ec62ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * configure.in (hppa target): check the source directory for the
+         pagas sub-directory
+
+Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config.sub: Allow -aout* and -elf*.
+
 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
 
        * configure.in: Don't build ld on i386-solaris2, same as for
index 5ef7ebf7a5d4c1d73bd2b1f6d79599ead0249ac3..8de67d78dff045cccca1ee2ab3095804569182ba 100644 (file)
@@ -192,7 +192,7 @@ case "${target}" in
         *) ;;
     esac
     noconfigdirs="$noconfigdirs ld binutils shellutils"
-    if [ -pagas/configure.in ]; then
+    if [ -f ${srcdir}/pagas/configure.in ]; then
       configdirs=`echo ${configdirs} | sed -e 's/gas /pagas /'`
     else
       # It'll still DTRT if "gas" directory isn't here either.
This page took 0.02793 seconds and 4 git commands to generate.