aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure.in
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@cygnus>1992-03-06 11:54:37 +0000
committerSean Eric Fagan <sef@cygnus>1992-03-06 11:54:37 +0000
commit89a471fe5705c5da873970624f04c807f09ce648 (patch)
treeb7ccad72541b0996eb13a0283a5483eff0684fe5 /gprof/configure.in
parent169fff49079d7ea5b23fd39f1157b1476df620f3 (diff)
downloadfsf-binutils-gdb-89a471fe5705c5da873970624f04c807f09ce648.zip
fsf-binutils-gdb-89a471fe5705c5da873970624f04c807f09ce648.tar.gz
fsf-binutils-gdb-89a471fe5705c5da873970624f04c807f09ce648.tar.bz2
Fixed some serious bugs in the configuration of gprof. It now works with
the latest bfd and company.
Diffstat (limited to 'gprof/configure.in')
-rw-r--r--gprof/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gprof/configure.in b/gprof/configure.in
index f634bae..5b6f44d 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -21,6 +21,7 @@ fi
case "${target_cpu}" in
sparc*) my_target=sparc ;;
i386*) my_target=i386 ;;
+*) my_target=dummy ;;
esac
target_makefile_frag=config/mt-${my_target}