summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* configure: fix the static compilation for sdlTeLeMan2010-02-081-2/+5
* configure: Add --enable-docs and --disable-docs to --helpDirk Ullrich2010-02-081-0/+2
* Add -static earlier to LDFLAGS for compile_prog()Loïc Minier2010-02-061-2/+3
* configure: remove debugging code introduced in aa527b65d8187b97d73f889b6cae7b...Aurelien Jarno2010-02-061-3/+0
* configure: fix compilation on hosts without -fstack-protector-allAurelien Jarno2010-02-061-2/+5
* Solaris: test for presence of commands with has()Loïc Minier2010-01-281-5/+7
* Add and use has() and path_of() funcsLoïc Minier2010-01-281-9/+43
* Check for sdl-config before calling itLoïc Minier2010-01-281-1/+6
* Check availavility of -fstack-protector-allJuan Quintela2010-01-261-1/+1
* Enable _FORTIFY_SOURCE=2Kirill A. Shutemov2010-01-261-1/+1
* Support --sysconfdir in configure to specify path to configuration filesAnthony Liguori2010-01-241-0/+17
* use pkg-config for libcurl whenever availablePaolo Bonzini2010-01-131-2/+8
* use pkg-config for sdl whenever availablePaolo Bonzini2010-01-131-4/+10
* fixes to the static compilation case for sdlPaolo Bonzini2010-01-131-3/+3
* use cross-prefix for pkgconfigPaolo Bonzini2010-01-131-5/+14
* kvm: Detect availability of kvm_para.hJan Kiszka2010-01-121-0/+11
* kvm: Use kvm-kmod headers if availableJan Kiszka2010-01-121-1/+1
* finish VPATH -> vpath translationPaolo Bonzini2010-01-081-3/+0
* Drop --whole-archive and static librariesAndreas Färber2010-01-071-33/+1
* Compile qemu-nbd also on OpenBSD and SolarisBlue Swirl2009-12-231-1/+1
* user_only: compile everything with -fpieKirill A. Shutemov2009-12-191-0/+3
* target-alpha: Enable softfloat.Richard Henderson2009-12-131-1/+1
* Do not abort on qemu_malloc(0) in production buildsAnthony Liguori2009-12-121-1/+17
* Add KVM support for S390xAlexander Graf2009-12-051-1/+3
* S/390 host/target build system supportAlexander Graf2009-12-051-7/+15
* Suppress optionrom build on Solaris x86Andreas Faerber2009-12-031-1/+1
* Don't leak file descriptorsKevin Wolf2009-12-031-0/+20
* configure: use correct cflags in compiler checksMichael S. Tsirkin2009-12-021-20/+21
* tcg: initial mips supportAurelien Jarno2009-12-011-1/+6
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-1/+5
* Makefile dependencies for device configsPaul Brook2009-11-221-4/+0
* configure: Fix spelling in comment and rework the commentStefan Weil2009-11-211-8/+10
* qemu-io: build on all platformsAurelien Jarno2009-11-211-4/+2
* audio: link with -lpulse in addition to -lpulse-simpleAurelien Jarno2009-11-181-2/+2
* Fix typoBlue Swirl2009-11-171-1/+1
* Prevent configuring for a user emulator on a different type of OSBlue Swirl2009-11-171-0/+12
* Add a unit test for JSON supportAnthony Liguori2009-11-171-1/+1
* Add unit test for QFloatAnthony Liguori2009-11-171-0/+1
* Cleanup configure checks for dup3 and fallocateJan Kiszka2009-11-171-2/+2
* Configurable block format whitelistMarkus Armbruster2009-11-091-0/+7
* Fix the build when srcdir == objdirAnthony Liguori2009-11-021-3/+3
* build: add CONFIG_LINUXMark McLoughlin2009-10-301-0/+4
* net: move net-queue.[ch] under net/Mark McLoughlin2009-10-301-1/+1
* Merge commit 'linux-user/linux-user-for-upstream' into stagingAnthony Liguori2009-10-211-0/+36
|\
| * implementations of dup3 and fallocate that are good enough to fool LTPUlrich Hecht2009-10-151-0/+36
* | Suppress warnings about 'warn_unused_result' attribute directiveBlue Swirl2009-10-181-0/+20
|/
* configure: clean temporary executable files even on Windowsmalc2009-10-151-1/+1
* Fix bswap in commentStefan Weil2009-10-111-2/+2
* Move dependency generation falgs out of configuremalc2009-10-111-3/+2
* configure: clean up temporary dependency filesmalc2009-10-111-1/+2
OpenPOWER on IntegriCloud