diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-16 21:00:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-16 21:00:08 +0000 |
commit | 3a11ea24fcfb2ca3b83e7462d680fc3ff34f1359 (patch) | |
tree | b23a49fe51d2acb9388d13855af7d2561a606534 /sim/ppc/configure.in | |
parent | d03b89bdb6d21fa717f1c637b8d70dd03d59a6d5 (diff) | |
download | gdb-3a11ea24fcfb2ca3b83e7462d680fc3ff34f1359.zip gdb-3a11ea24fcfb2ca3b83e7462d680fc3ff34f1359.tar.gz gdb-3a11ea24fcfb2ca3b83e7462d680fc3ff34f1359.tar.bz2 |
Don't try to link in sim-bits.o.
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r-- | sim/ppc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index e4c2236..e130b3a 100644 --- a/sim/ppc/configure.in +++ b/sim/ppc/configure.in @@ -693,7 +693,7 @@ AC_MSG_CHECKING(for common simulator directory fpu implementation) if test -f "${srcdir}/../common/sim-fpu.c"; then AC_MSG_RESULT(yes) sim_fpu_cflags="-DHAVE_COMMON_FPU -I${srcdir}/../common" - sim_fpu="sim-fpu.o sim-bits.o" + sim_fpu="sim-fpu.o" else AC_MSG_RESULT(no) sim_fpu_cflags= |