diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-08-29 21:28:01 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-08-29 21:28:01 +0000 |
commit | 3d5aa9924af3419f8913e219544b4a56e501e505 (patch) | |
tree | 8a4f807c78ae9f9e8a6abc820e64c56f6fc0c51e /gprof/configure.in | |
parent | f7954d868fd25f3a21c2360eb9349533397fa8f3 (diff) | |
download | ppe42-binutils-3d5aa9924af3419f8913e219544b4a56e501e505.tar.gz ppe42-binutils-3d5aa9924af3419f8913e219544b4a56e501e505.zip |
Recognize i686-*-* for pentium pro
Diffstat (limited to 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/configure.in b/gprof/configure.in index 82fde9cc9a..074ace7266 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 ;; |