aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-08-18 20:24:22 +0000
committerIan Lance Taylor <ian@airs.com>1992-08-18 20:24:22 +0000
commit967d40ca76bb03a50621314468ba9f6eeed6f998 (patch)
tree29397c6165de2fbcb9fd7b6396615a00dfe296b9
parent1e09a701a3d36eaf99d5eed956f669d95c3578eb (diff)
downloadgdb-967d40ca76bb03a50621314468ba9f6eeed6f998.zip
gdb-967d40ca76bb03a50621314468ba9f6eeed6f998.tar.gz
gdb-967d40ca76bb03a50621314468ba9f6eeed6f998.tar.bz2
Moved in from p3:
Tue Aug 18 12:57:45 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: added FLAGS_TO_PASS, and used it for all recursive invocations of make. Also, always create installation directories. * config/apollov68.mh: removed -g from CC definition.
-rw-r--r--bfd/ChangeLog8
-rw-r--r--bfd/configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ed6c968..23e5cf8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+Tue Aug 18 12:57:45 1992 Ian Lance Taylor (ian@cygnus.com)
+
+ * Makefile.in: added FLAGS_TO_PASS, and used it for all recursive
+ invocations of make. Also, always create installation
+ directories.
+
+ * config/apollov68.mh: removed -g from CC definition.
+
Mon Aug 17 13:40:08 1992 Ken Raeburn (raeburn@cygnus.com)
* config/decstation.mh (HDEFINES): Specify "-G 4" to avoid
diff --git a/bfd/configure.in b/bfd/configure.in
index 6c56cf9..d7967ec 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -41,7 +41,7 @@ m88k)
esac
;;
-m68k|m680[01234]0)
+m68*)
case "${host_vendor}" in
cbm)
case ${host_os} in