diff options
Diffstat (limited to 'sim/mips/configure.ac')
-rw-r--r-- | sim/mips/configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/mips/configure.ac b/sim/mips/configure.ac index c21faaf..476fc35 100644 --- a/sim/mips/configure.ac +++ b/sim/mips/configure.ac @@ -87,16 +87,6 @@ SIM_AC_OPTION_FLOAT($mips_fpu,$mips_fpu_bitsize) # -# Select the level of SMP support -# -case "${target}" in - *) mips_smp=0 ;; -esac -SIM_AC_OPTION_SMP($mips_smp) - - - -# # Select the IGEN architecture # sim_gen=IGEN |