aboutsummaryrefslogtreecommitdiff
path: root/Makefile.target
AgeCommit message (Expand)Author
2009-08-10qdev/isa: add isa bus support to qdev.Gerd Hoffmann
2009-08-10QemuOpts: create qemu-config.hGerd Hoffmann
2009-07-27generate LDFLAGS for *-linux-user and *-bsd-user in a single place in configureJuan Quintela
2009-07-27our build system don't support mips little endian linux-user or bsd-userJuan Quintela
2009-07-27move cc-option definition to rules.makJuan Quintela
2009-07-27rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela
2009-07-27simplify fdt libs selectionJuan Quintela
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela
2009-07-27Add -static in configure if neededJuan Quintela
2009-07-27make oss use OSS_LIBSJuan Quintela
2009-07-27make fmod also use FMOD_{LIBS,CFLAGS}Juan Quintela
2009-07-27remove CONFIG_ from BLUEZ_{LIBS,FLAGS}Juan Quintela
2009-07-27remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}Juan Quintela
2009-07-27remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}Juan Quintela
2009-07-16Move CLOCKLIBS and PTHREADLIBS out of CONFIG_LINUX_USER_ONLYAnthony Liguori
2009-07-16simplify TARGET_ABI_DIR generationJuan Quintela
2009-07-16simplify TARGET_ARCH2 generationJuan Quintela
2009-07-16simplify TARGET_BASE_ARCH generationJuan Quintela
2009-07-16We can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS at configure timeJuan Quintela
2009-07-16We can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS at configure timeJuan Quintela
2009-07-16qemu binary don't exist anymore. I guess not much people is compiling on alphaJuan Quintela
2009-07-16Refactor a single rule to generate all qemu-* executablesJuan Quintela
2009-07-16TARGET_ARCH == TARGET_BASE_ARCH in m68k and armJuan Quintela
2009-07-16BASE_LDFLAGS is not used anywhere elseJuan Quintela
2009-07-16change ifdefs by obj-$(TARGET_BASE_ARCH)Juan Quintela
2009-07-16TARGET_ARCH2 is already known at configure time.Juan Quintela
2009-07-16configure already knows what TARGET_BASE_ARCH we need, no need to put the log...Juan Quintela
2009-07-16Remove unused Makefile variableJuan Quintela
2009-07-16use nwfpe-obj-y for consistenceJuan Quintela
2009-07-16Remove duplicated definitionJuan Quintela
2009-07-16fix sparc not solaris buildJuan Quintela
2009-07-16fix XEN BuildJuan Quintela
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata
2009-06-30Fix typomalc
2009-06-29Substitute ifdef CONFIG_FOO by sound-obj-Juan Quintela
2009-06-29Rename SOUND_HW to sound-obj-yJuan Quintela
2009-06-29Substitute ifdef CONFIG_FOO by obj-Juan Quintela
2009-06-29Rename OBJS to obj-yJuan Quintela
2009-06-29Rename LIBOBJS to libobj-yJuan Quintela
2009-06-24qemu/pci: MSI-X support functionsMichael S. Tsirkin
2009-06-22Disable _FORTIFY_SOURCE to fix Ubuntu build with -WerrorAnthony Liguori
2009-06-16Make sure to use SDL_CFLAGS everywhere we include SDL headersAnthony Liguori
2009-06-06Use hxtool to generate monitor documentation and C structuresBlue Swirl
2009-05-26microblaze: Hook into the build-system.Edgar E. Iglesias
2009-05-25Add dummy command to submakefilesPaul Brook
2009-05-22Add HTTP protocol using curl v6Alexander Graf
2009-05-22Partially revert e20a8dff4c0da3827764924139d3bb73962f5d5aAnthony Liguori
2009-05-22Revert "Fix arm-softmmu breakage"Anthony Liguori