aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-07-24 21:04:00 +0000
committerIan Lance Taylor <ian@airs.com>1998-07-24 21:04:00 +0000
commite2dce311e0f0468b1d21811d8f118a60cf191c7b (patch)
treea22b528f9ab1c867bb542a2bcf0139d11c34a6e6
parent5639074c607212f249e6f62782e7542a996b50a6 (diff)
downloadbinutils-e2dce311e0f0468b1d21811d8f118a60cf191c7b.zip
binutils-e2dce311e0f0468b1d21811d8f118a60cf191c7b.tar.gz
binutils-e2dce311e0f0468b1d21811d8f118a60cf191c7b.tar.bz2
* config.guess: Merge with FSF.
As part of this, the BePC entry is no longer sanitized, since it is now in the FSF version of config.guess.
-rw-r--r--.Sanitize2
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/.Sanitize b/.Sanitize
index 7db6ade..a41d182 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -659,7 +659,7 @@ else
done
fi
-beos_files="ChangeLog config.guess configure.in"
+beos_files="ChangeLog configure.in"
if ( echo $* | grep keep\-beos > /dev/null ) ; then
for i in $beos_files ; do
if test ! -d $i && (grep sanitize-beos $i > /dev/null) ; then
diff --git a/ChangeLog b/ChangeLog
index 13e162e..1727449 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * config.guess: Merge with FSF.
+
Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
start-sanitize-sky