diff options
author | Sean Eric Fagan <sef@cygnus> | 1992-03-06 11:54:37 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1992-03-06 11:54:37 +0000 |
commit | 89a471fe5705c5da873970624f04c807f09ce648 (patch) | |
tree | b7ccad72541b0996eb13a0283a5483eff0684fe5 /gprof/configure.in | |
parent | 169fff49079d7ea5b23fd39f1157b1476df620f3 (diff) | |
download | gdb-89a471fe5705c5da873970624f04c807f09ce648.zip gdb-89a471fe5705c5da873970624f04c807f09ce648.tar.gz 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.in | 1 |
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} |