diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-03 03:13:02 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-03 15:14:55 -0400 |
commit | 6ed0d0a080bc6e755d1e983366b4a59f471ee808 (patch) | |
tree | ebd6935052a9e6246e25ed79c0b54f05627f0b7d /sim/ppc/configure | |
parent | d54c09b99e6470e32d848a531f676734978a8951 (diff) | |
download | gdb-6ed0d0a080bc6e755d1e983366b4a59f471ee808.zip gdb-6ed0d0a080bc6e755d1e983366b4a59f471ee808.tar.gz gdb-6ed0d0a080bc6e755d1e983366b4a59f471ee808.tar.bz2 |
sim: ppc: inline common sim-fpu.c logic
We will never bother building w/out a ../common/ sim directory,
so drop ancient logic supporting that method.
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 24531ee..1e52837 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -621,8 +621,6 @@ ac_includes_default="\ ac_subst_vars='LTLIBOBJS LIBOBJS -sim_fpu -sim_fpu_cflags sim_devzero sim_termio sim_model_issue @@ -4121,20 +4119,6 @@ else sim_devzero="" 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 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - sim_fpu_cflags="-DHAVE_COMMON_FPU -I../common -I${srcdir}/../common" - sim_fpu="sim-fpu.o" -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - sim_fpu_cflags= - sim_fpu= -fi - # Since we run commands on the build system, we have to create a # separate config header for the build system if build != host. if test x$host = x$build; then @@ -4193,8 +4177,6 @@ fi - - ac_config_files="$ac_config_files Makefile" ac_config_commands="$ac_config_commands default" |