diff options
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 a5b5363..94d474a 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -10,7 +10,7 @@ srcname="gprof" # per-target: case "${target}" in -i386-*-*) my_target=i386 ;; +i[345]86-*-*) my_target=i386 ;; sparc-*-*) my_target=sparc ;; tahoe-*-*) my_target=tahoe ;; vax-*-*) my_target=vax ;; |