From 2d5700ad4e6e43d76548be5e8148c05f6948aea2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 11 Nov 2022 15:44:57 +0700 Subject: sim: mips: move subtarget defines to top-level configure We want to kill off mips/configure entirely. Move this small part out now to get started. --- sim/mips/configure | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'sim/mips/configure') diff --git a/sim/mips/configure b/sim/mips/configure index 19b91fa..70939f9 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -595,7 +595,6 @@ sim_micromips16_flags sim_micromips_flags sim_m16_flags sim_igen_flags -SIM_SUBTARGET target_os target_vendor target_cpu @@ -1844,25 +1843,6 @@ test -n "$target_alias" && program_prefix=${target_alias}- -# DEPRECATED -# -# Instead of defining a `subtarget' macro, code should be checking -# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture -# in question. -# -case "${target}" in - mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;; - mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";; - mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";; - mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";; - mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";; - mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";; - *) SIM_SUBTARGET="";; -esac - - - - # # Select the bitsize of the target # -- cgit v1.1