Searched hist:"8 bdd3d499fe0ddffa9901c56ab3bc8911d5b8be0" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/ |
H A D | Makefile | 8bdd3d499fe0ddffa9901c56ab3bc8911d5b8be0 Fri Sep 14 12:02:30 CDT 2012 Stefan Weil <sw@weilnetz.de> configure: Allow builds without any system or user emulation
The old code aborted configure when no emulation target was selected. Even after removing the 'exit 1', it tried to read from STDIN when QEMU was configured with
configure' '--disable-user' '--disable-system'
This is fixed here.
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | configure | 8bdd3d499fe0ddffa9901c56ab3bc8911d5b8be0 Fri Sep 14 12:02:30 CDT 2012 Stefan Weil <sw@weilnetz.de> configure: Allow builds without any system or user emulation
The old code aborted configure when no emulation target was selected. Even after removing the 'exit 1', it tried to read from STDIN when QEMU was configured with
configure' '--disable-user' '--disable-system'
This is fixed here.
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|