comparison sources/targets/sparc @ 1609:19a363f60409

OpenBIOS upgrade in qemu 1.5 broke sparc, by changing reported CPU features. Specify different processor variant on command line to make it work again.
author Rob Landley <rob@landley.net>
date Thu, 04 Jul 2013 07:19:27 -0500
parents c1d26568dbb8
children b89324905ca2
comparison
equal deleted inserted replaced
1608:f0c3f8456602 1609:19a363f60409
39 #CONFIG_FORCED_INLINING 39 #CONFIG_FORCED_INLINING
40 #CONFIG_RTC_HCTOSYS 40 #CONFIG_RTC_HCTOSYS
41 41
42 emulator_command() 42 emulator_command()
43 { 43 {
44 echo qemu-system-sparc $(qemu_defaults "$@") 44 echo qemu-system-sparc -cpu '"Fujitsu MB86907"' $(qemu_defaults "$@")
45 } 45 }