diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 22:58:35 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-13 17:34:53 -0500 |
commit | fe0adb538f0b1bdf3a0804b20cf97a4601caec57 (patch) | |
tree | bddffb14d7378f684b06da04d0689e8b9eb34299 /sim/configure | |
parent | b5075fb68d4b7a9ed1505150a395755260953809 (diff) | |
download | gdb-fe0adb538f0b1bdf3a0804b20cf97a4601caec57.zip gdb-fe0adb538f0b1bdf3a0804b20cf97a4601caec57.tar.gz gdb-fe0adb538f0b1bdf3a0804b20cf97a4601caec57.tar.bz2 |
sim: build: delete Make-common.in logic
Now that all (other than ppc) build in the top-level, this logic is
unused, so punt it all.
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sim/configure b/sim/configure index 95c1e9d..64855e7 100755 --- a/sim/configure +++ b/sim/configure @@ -657,8 +657,6 @@ SIM_MIPS_FPU_BITSIZE SIM_MIPS_BITSIZE SIM_MIPS_SUBTARGET SIM_FRV_TRAPDUMP_FLAGS -sim_float -sim_bitsize IGEN_FLAGS_SMP SIM_INLINE SIM_HW_SOCKSER @@ -836,8 +834,6 @@ AS_FOR_TARGET_AARCH64 LD_FOR_TARGET AS_FOR_TARGET CC_FOR_TARGET -SIM_COMMON_BUILD_FALSE -SIM_COMMON_BUILD_TRUE SIM_ENABLED_ARCHES SIM_PRIMARY_TARGET AM_BACKSLASH @@ -12448,7 +12444,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12451 "configure" +#line 12447 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12554,7 +12550,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12557 "configure" +#line 12553 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -14268,11 +14264,6 @@ SIM_PRIMARY_TARGET= SIM_ENABLED_ARCHES= -SIM_COMMON_BUILD_TRUE= -SIM_COMMON_BUILD_FALSE='#' - - - ENABLE_SIM=no @@ -16171,9 +16162,6 @@ $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; } fi - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sim frv should dump cpu state on unknown traps" >&5 $as_echo_n "checking whether sim frv should dump cpu state on unknown traps... " >&6; } # Check whether --enable-sim-frv-trapdump was given. |