aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Option rom makefile fixesPaul Brook2009-07-311-1/+1
* set SEARCH_PATH for the linker script from output of ld --verbose -vJuan Quintela2009-07-271-5/+18
* generate LDFLAGS for *-linux-user and *-bsd-user in a single place in configureJuan Quintela2009-07-271-0/+39
* Don't build option roms on Mac OS XJuan Quintela2009-07-271-1/+3
* Generate config-host.h from config-host.makJuan Quintela2009-07-271-54/+28
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-1/+1
* rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela2009-07-271-2/+2
* define ENOTSUP the same that the other errorsJuan Quintela2009-07-271-5/+0
* test if xen is enabled only onceJuan Quintela2009-07-271-4/+1
* simplify fdt libs selectionJuan Quintela2009-07-271-4/+5
* simplify vde libs selectionJuan Quintela2009-07-271-6/+6
* simplify brlapi selectionJuan Quintela2009-07-271-8/+10
* simplify curses library selectionJuan Quintela2009-07-271-10/+5
* Define and use xen libs in a single placeJuan Quintela2009-07-271-7/+8
* indent with 2 spaces sdl testsJuan Quintela2009-07-271-34/+31
* remove sdl_static. Just do the right thing if static is yesJuan Quintela2009-07-271-30/+12
* target_softmmu is undefined at that pointJuan Quintela2009-07-271-1/+1
* instead of setup sdl_x11 just add -lX11 to sdl_libsJuan Quintela2009-07-271-4/+1
* Calculate sdl_libs and sdl_flags and use them everywhereJuan Quintela2009-07-271-7/+9
* sdl_config value was always sdl-configJuan Quintela2009-07-271-11/+10
* the else part of this test is obsolete We are testing for sdl = yes inside th...Juan Quintela2009-07-271-7/+1
* Add CONFIG_POSIXJuan Quintela2009-07-271-0/+1
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-2/+2
* rename DEBUG_EXEC to CONFIG_DEBUG_EXECJuan Quintela2009-07-271-1/+1
* rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela2009-07-271-1/+1
* rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_HJuan Quintela2009-07-271-1/+1
* rename HAVE_GPROF to TARGET_GPROFJuan Quintela2009-07-271-1/+1
* rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_HJuan Quintela2009-07-271-1/+1
* rename HAVE_FNMATCH_H to CONFIG_FNMATCHJuan Quintela2009-07-271-1/+1
* rename HAVE_IOVEC to CONFIG_IOVECJuan Quintela2009-07-271-1/+1
* rename HAVE_PREADV to CONFIG_PREADVJuan Quintela2009-07-271-1/+1
* define MAP_ANONYMOUS if it is not defined in qemu-common.hJuan Quintela2009-07-271-1/+0
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-1/+1
* O_LARGEFILE is already set in qemu-common.hJuan Quintela2009-07-271-1/+0
* fix indententationJuan Quintela2009-07-271-3/+2
* Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela2009-07-271-1/+2
* Add -static in configure if neededJuan Quintela2009-07-271-0/+1
* move printing of config-host.mak variables to end of generationJuan Quintela2009-07-271-25/+27
* make oss use OSS_LIBSJuan Quintela2009-07-271-1/+1
* make fmod also use FMOD_{LIBS,CFLAGS}Juan Quintela2009-07-271-2/+2
* remove CONFIG_ from BLUEZ_{LIBS,FLAGS}Juan Quintela2009-07-271-2/+2
* remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}Juan Quintela2009-07-271-2/+2
* use same algorithm for testing andJuan Quintela2009-07-271-1/+7
* remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}Juan Quintela2009-07-271-2/+2
* target_arch2 is redefined unconditionally laterJuan Quintela2009-07-271-3/+0
* Remove SP_CFLAGS and SP_LDFLAGSJuan Quintela2009-07-271-13/+22
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-271-1/+2
* Link bios files when building out of treeJan Kiszka2009-07-221-1/+4
* Enable PPC KVM for non-embeddedAlexander Graf2009-07-221-1/+2
* Fix a similar configure typo from microblaze.Andrzej Zaborowski2009-07-181-1/+1