aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-08-29 21:28:01 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-08-29 21:28:01 +0000
commit3d5aa9924af3419f8913e219544b4a56e501e505 (patch)
tree8a4f807c78ae9f9e8a6abc820e64c56f6fc0c51e
parentf7954d868fd25f3a21c2360eb9349533397fa8f3 (diff)
downloadfsf-binutils-gdb-3d5aa9924af3419f8913e219544b4a56e501e505.zip
fsf-binutils-gdb-3d5aa9924af3419f8913e219544b4a56e501e505.tar.gz
fsf-binutils-gdb-3d5aa9924af3419f8913e219544b4a56e501e505.tar.bz2
Recognize i686-*-* for pentium pro
-rw-r--r--gprof/ChangeLog5
-rwxr-xr-xgprof/configure2
-rw-r--r--gprof/configure.in2
-rw-r--r--readline/ChangeLog4
4 files changed, 11 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 98c23a8..4b8743b 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 29 17:04:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
+ * configure: Regenerate.
+
Thu Aug 22 17:12:30 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Set and substitute HLDENV.
diff --git a/gprof/configure b/gprof/configure
index d032cd0..9e786db 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -857,7 +857,7 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x,"
case "${target}" in
alpha-*-*) MY_TARGET=alpha ;;
-i[345]86-*-*) MY_TARGET=i386 ;;
+i[3456]86-*-*) MY_TARGET=i386 ;;
sparc-*-*) MY_TARGET=sparc ;;
tahoe-*-*) MY_TARGET=tahoe ;;
vax-*-*) MY_TARGET=vax ;;
diff --git a/gprof/configure.in b/gprof/configure.in
index 82fde9c..074ace7 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -22,7 +22,7 @@ AC_ARG_PROGRAM
case "${target}" in
alpha-*-*) MY_TARGET=alpha ;;
changequote(,)dnl
-i[345]86-*-*) MY_TARGET=i386 ;;
+i[3456]86-*-*) MY_TARGET=i386 ;;
changequote([,])dnl
sparc-*-*) MY_TARGET=sparc ;;
tahoe-*-*) MY_TARGET=tahoe ;;
diff --git a/readline/ChangeLog b/readline/ChangeLog
index afac725..93e62ca 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -1,3 +1,7 @@
+Thu Aug 29 16:59:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
+
Fri Aug 16 17:49:57 1996 Stu Grossman (grossman@critters.cygnus.com)
* complete.c: Include <pwd.h> if not DOS, and if cygwin32 or not