Recognize i686-*-* for pentium pro
This commit is contained in:
parent
f7954d868f
commit
3d5aa9924a
4 changed files with 11 additions and 2 deletions
|
@ -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.
|
||||
|
|
2
gprof/configure
vendored
2
gprof/configure
vendored
|
@ -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 ;;
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue