set default_m68k_cpu for our m68* ports.

This commit is contained in:
mrg 2011-07-03 09:08:55 +00:00
parent 211896099a
commit fa4ad84b0d
1 changed files with 2 additions and 2 deletions

View File

@ -1640,10 +1640,10 @@ m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
m68010*)
target_cpu_default="0"
tmake_file=m68k/t-m68kelf
default_m68k_cpu=68010
;;
*)
target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
#default_m68k_cpu=68020
default_m68k_cpu=68020
;;
esac
;;