From 3d5aa9924af3419f8913e219544b4a56e501e505 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 29 Aug 1996 21:28:01 +0000 Subject: Recognize i686-*-* for pentium pro --- gprof/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/configure') 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 ;; -- cgit v1.1