diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 02:49:15 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 03:42:06 -0500 |
commit | 6d90347b5dcbb10ecb410b1246613c0caf511bd9 (patch) | |
tree | fa877782f00a57372cbebc78901078dc87047d70 /sim/mips/configure.ac | |
parent | 347fe5bb868b7383d4f6942894b31ecf1da6894e (diff) | |
download | gdb-6d90347b5dcbb10ecb410b1246613c0caf511bd9.zip gdb-6d90347b5dcbb10ecb410b1246613c0caf511bd9.tar.gz gdb-6d90347b5dcbb10ecb410b1246613c0caf511bd9.tar.bz2 |
sim: mips: drop SIM_AC_OPTION_SMP call
No other port calls this macro directly, and mips has it hardcoded
to the default -- disabling smp. In the future we'll enable this
for all targets in common code, so tidy up the mips code now.
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 |