summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2009-07-27Generate config-host.h from config-host.makJuan Quintela1-54/+28
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela1-1/+1
2009-07-27rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela1-2/+2
2009-07-27define ENOTSUP the same that the other errorsJuan Quintela1-5/+0
2009-07-27test if xen is enabled only onceJuan Quintela1-4/+1
2009-07-27simplify fdt libs selectionJuan Quintela1-4/+5
2009-07-27simplify vde libs selectionJuan Quintela1-6/+6
2009-07-27simplify brlapi selectionJuan Quintela1-8/+10
2009-07-27simplify curses library selectionJuan Quintela1-10/+5
2009-07-27Define and use xen libs in a single placeJuan Quintela1-7/+8
2009-07-27indent with 2 spaces sdl testsJuan Quintela1-34/+31
2009-07-27remove sdl_static. Just do the right thing if static is yesJuan Quintela1-30/+12
2009-07-27target_softmmu is undefined at that pointJuan Quintela1-1/+1
2009-07-27instead of setup sdl_x11 just add -lX11 to sdl_libsJuan Quintela1-4/+1
2009-07-27Calculate sdl_libs and sdl_flags and use them everywhereJuan Quintela1-7/+9
2009-07-27sdl_config value was always sdl-configJuan Quintela1-11/+10
2009-07-27the else part of this test is obsolete We are testing for sdl = yes inside th...Juan Quintela1-7/+1
2009-07-27Add CONFIG_POSIXJuan Quintela1-0/+1
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-2/+2
2009-07-27rename DEBUG_EXEC to CONFIG_DEBUG_EXECJuan Quintela1-1/+1
2009-07-27rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela1-1/+1
2009-07-27rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_HJuan Quintela1-1/+1
2009-07-27rename HAVE_GPROF to TARGET_GPROFJuan Quintela1-1/+1
2009-07-27rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_HJuan Quintela1-1/+1
2009-07-27rename HAVE_FNMATCH_H to CONFIG_FNMATCHJuan Quintela1-1/+1
2009-07-27rename HAVE_IOVEC to CONFIG_IOVECJuan Quintela1-1/+1
2009-07-27rename HAVE_PREADV to CONFIG_PREADVJuan Quintela1-1/+1
2009-07-27define MAP_ANONYMOUS if it is not defined in qemu-common.hJuan Quintela1-1/+0
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-1/+1
2009-07-27O_LARGEFILE is already set in qemu-common.hJuan Quintela1-1/+0
2009-07-27fix indententationJuan Quintela1-3/+2
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela1-1/+2
2009-07-27Add -static in configure if neededJuan Quintela1-0/+1
2009-07-27move printing of config-host.mak variables to end of generationJuan Quintela1-25/+27
2009-07-27make oss use OSS_LIBSJuan Quintela1-1/+1
2009-07-27make fmod also use FMOD_{LIBS,CFLAGS}Juan Quintela1-2/+2
2009-07-27remove CONFIG_ from BLUEZ_{LIBS,FLAGS}Juan Quintela1-2/+2
2009-07-27remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}Juan Quintela1-2/+2
2009-07-27use same algorithm for testing andJuan Quintela1-1/+7
2009-07-27remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}Juan Quintela1-2/+2
2009-07-27target_arch2 is redefined unconditionally laterJuan Quintela1-3/+0
2009-07-27Remove SP_CFLAGS and SP_LDFLAGSJuan Quintela1-13/+22
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela1-1/+2
2009-07-22Link bios files when building out of treeJan Kiszka1-1/+4
2009-07-22Enable PPC KVM for non-embeddedAlexander Graf1-1/+2
2009-07-18Fix a similar configure typo from microblaze.Andrzej Zaborowski1-1/+1
2009-07-18this patch fixes a typo where armv4l was incorrectly spelled arm4l,Laurent Desnogues1-1/+1
2009-07-18PPC 32/64 GUEST_BASE supportmalc1-0/+3
2009-07-17Userspace guest address offsettingPaul Brook1-0/+20
2009-07-16Generate $target_dir/config.h from $target_dir/config.makJuan Quintela1-30/+12