diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-03 03:08:53 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-03 15:14:55 -0400 |
commit | d54c09b99e6470e32d848a531f676734978a8951 (patch) | |
tree | 7cb7145ea6026ca16c9575f8a91027472ae59764 /sim/ppc/configure | |
parent | a1700a3199d31910b87cd7db3c394ddd091cfcde (diff) | |
download | gdb-d54c09b99e6470e32d848a531f676734978a8951.zip gdb-d54c09b99e6470e32d848a531f676734978a8951.tar.gz gdb-d54c09b99e6470e32d848a531f676734978a8951.tar.bz2 |
sim: ppc: switch to common builds for callback objects
We don't need to build this anymore ourselves since the common build
includes it and produces the same object code. We also need to pull
in the split constant modules after the refactoring and pulling them
out of nltvals.def & targ-map.o. This doesn't matter for the sim
directly, but does for gdb and other users of libsim.
We also delete some conditional source tree logic since we already
require this be the "new" combined tree with a ../common/ dir. This
has been the case for decades at this point.
Diffstat (limited to 'sim/ppc/configure')
-rwxr-xr-x | sim/ppc/configure | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure index 619f1d7..24531ee 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -623,8 +623,6 @@ ac_subst_vars='LTLIBOBJS LIBOBJS sim_fpu sim_fpu_cflags -sim_targ_vals -sim_callback sim_devzero sim_termio sim_model_issue @@ -4123,20 +4121,6 @@ else sim_devzero="" fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for common simulator directory" >&5 -$as_echo_n "checking for common simulator directory... " >&6; } -if test -f "${srcdir}/../common/callback.c"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - sim_callback="callback.o targ-map.o" - sim_targ_vals="targ-vals.h targ-map.c targ-vals.def" -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - sim_callback="" - sim_targ_vals="" -fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for common simulator directory fpu implementation" >&5 $as_echo_n "checking for common simulator directory fpu implementation... " >&6; } if test -f "${srcdir}/../common/sim-fpu.c"; then @@ -4211,8 +4195,6 @@ fi - - ac_config_files="$ac_config_files Makefile" ac_config_commands="$ac_config_commands default" |