aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-16 21:00:08 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-16 21:00:08 +0000
commit3a11ea24fcfb2ca3b83e7462d680fc3ff34f1359 (patch)
treeb23a49fe51d2acb9388d13855af7d2561a606534 /sim/ppc/configure
parentd03b89bdb6d21fa717f1c637b8d70dd03d59a6d5 (diff)
downloadgdb-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')
-rwxr-xr-xsim/ppc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure
index 6eb4996..c6f7063 100755
--- a/sim/ppc/configure
+++ b/sim/ppc/configure
@@ -4668,7 +4668,7 @@ echo "configure:4668: checking for common simulator directory fpu implementation
if test -f "${srcdir}/../common/sim-fpu.c"; then
echo "$ac_t""yes" 1>&6
sim_fpu_cflags="-DHAVE_COMMON_FPU -I${srcdir}/../common"
- sim_fpu="sim-fpu.o sim-bits.o"
+ sim_fpu="sim-fpu.o"
else
echo "$ac_t""no" 1>&6
sim_fpu_cflags=
@@ -5093,7 +5093,7 @@ cat >> $CONFIG_STATUS <<\EOF
# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
-ac_max_sed_cmds=60 # Maximum number of lines to put in a sed script.
+ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
ac_file=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_cmds # Line after last line for current file.