aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f13e3fa..b628ebd 100644
--- 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
diff --git a/configure.in b/configure.in
index 5ef7ebf..8de67d7 100644
--- a/configure.in
+++ b/configure.in
@@ -192,7 +192,7 @@ case "${target}" in
*) ;;
esac
noconfigdirs="$noconfigdirs ld binutils shellutils"
- if [ -r 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.