summaryrefslogtreecommitdiffstats
path: root/source-builder/config/qemu-1-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns2020-10-061-99/+2
| | | | | | | | | - Build GDb first as we do for RTEMS 5 and later - Update GDB to 9.1 for all archs expect SPARC. The SIS patches only apply to 7.9. Disable Python for SPARC Closes #4111
* Fix pkgconfig for MSYS to allow QEMU to build.Chris Johns2016-02-241-0/+5
|
* source-builder/config/qemu-1-1.cfg: Add --disable-smartcard-nssJoel Sherrill2016-01-241-0/+1
| | | | closes #2547.
* config: Add a qemu-snapshot map to the qemu build.Chris Johns2015-06-161-0/+8
|
* devel/qemu: Add support to build VDE if installed.Chris Johns2015-06-051-1/+15
| | | | | Check is the VDE development package is installed and if it is enabled support.
* Fixes qemu build error.Matt Carberry2014-09-081-0/+1
| | | | | | Since 1.5 qemu defaults to gtk. Since then, the install command triggers the use of xgettext and msgmerge, both of which are unable to find the libgettextsrc library without passing LD_LIBRARY_PATH.
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-14/+5
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* config,sb: Qemu build updates for FreeBSD and the start of MinG32.Chris Johns2014-04-081-1/+7
| | | | | | | | | | Hack round the FreeBSD iconv support in Freebsd 10. In 10 libc now supports iconv however iconv.h is present under /usr/local. Start to add support to build qemu for MinGW via a Cxc. This is a work in progress and contains lots of hidden traps. In config.py separate out of the canadian build status.
* config: Do not build in trace support.Chris Johns2014-02-141-1/+0
|
* config: Set the LD/DYLD temporary path for configure and make.Chris Johns2014-02-131-0/+1
| | | | | Both phases of the build need to find the libraries in their temporary path.
* config: Disable werror because recent glibs have warnings.Chris Johns2014-02-121-0/+1
|
* config: Update qemu to build on FreeBSD.Chris Johns2014-02-111-2/+5
| | | | | Update configuration to build on FreeBSD. This is based on pkg-config detecting the packages installed on the host.
* config: Add support to build qemu.Chris Johns2014-02-041-0/+76
Qemu requires gettext, glib, libffi, and pixman. DTC is built as a submodule. On Mavrick provide a pkg-config command so avoid needing a pkgconfig. The one here is only just good enough to work. Provide an internal autotools build including libtool so qemu can be built from git.