On 10 September 2013 08:13, Laurent Vivier <laur...@vivier.eu> wrote: >> Le 9 septembre 2013 à 21:23, Richard Henderson <r...@twiddle.net> a écrit : >> For mips this is impossible. There are multiple isa extensions that are >> mutually exclusive. But for everyone else that ought to work. > > It doesn't work for m68k, too. It's why I need to define the default I want > to use...
Where the instruction set options conflict I really don't think we should have a default selectable at configure time. Having different people with different qemu-m68k or qemu-mips being able to run or not run different programs sounds very confusing. At least if there's a command line option or a wrapper to set environment then it's reasonably clear that the config is different. Also if these different variants are properly represented by different ELF information you can then register several different wrappers to handle different flavours of m68k or mips binary correctly. -- PMM