Recognize i686-*-* for pentium pro
authorMichael Meissner <gnu@the-meissners.org>
Thu, 29 Aug 1996 21:28:01 +0000 (21:28 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 29 Aug 1996 21:28:01 +0000 (21:28 +0000)
gprof/ChangeLog
gprof/configure
gprof/configure.in
readline/ChangeLog

index 98c23a8450ac41b203525e653909d9ee9cc51370..4b8743b19c427d4b579f1c6fbd8295514754d68c 100644 (file)
@@ -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.
index d032cd039b75f0d3cff4977d197c1f5c1c0412a3..9e786db7463984bfb6eeb02311056a4c293825f6 100755 (executable)
@@ -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 ;;
index 82fde9cc9ab20b4f56688662a4a482c7af61407e..074ace72661e31d0f34647ec1b7bc2d62df37085 100644 (file)
@@ -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 ;;
index afac7257deebc809716c316537c0da12856e8daf..93e62caafc25d5326d4aa8ee24a1c0c47498f0c2 100644 (file)
@@ -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
This page took 0.027454 seconds and 4 git commands to generate.