summaryrefslogtreecommitdiff
path: root/Makefile.target
AgeCommit message (Expand)AuthorFilesLines
2009-08-10Test if we need -lutil in ,/configureJuan Quintela1-10/+0
2009-08-10files are only compiled when CONFIG_ADLIB is definedJuan Quintela1-2/+0
2009-08-10Move sound library selection to sound selectionJuan Quintela1-18/+0
2009-08-10move coreaudio libraries to coreaudio selectionJuan Quintela1-3/+0
2009-08-10gcc generates the right dependency for this fileJuan Quintela1-4/+0
2009-08-10Add SDL_LIBS to libs_softmmuJuan Quintela1-1/+1
2009-08-10move SDL_LIBS Win32 hack to configureJuan Quintela1-4/+0
2009-08-10Refactor HELPER_CFLAGSJuan Quintela1-24/+4
2009-08-10move common QEMU_CFLAGS to configureJuan Quintela1-3/+1
2009-08-10Rename CPPFLAGS to QEMU_CFLAGSJuan Quintela1-32/+32
2009-08-10We set -Werror through configure nowJuan Quintela1-1/+0
2009-08-10Move to configure CONFIG_WIN32 libraries needed alwaysJuan Quintela1-3/+0
2009-08-10Move to configure CONFIG_SOLARIS libraries needed alwaysJuan Quintela1-1/+0
2009-08-10CLOCKLIBS was used for all binariesJuan Quintela1-2/+0
2009-08-10PTHREADLIBS was used for all binariesJuan Quintela1-1/+0
2009-08-10We want to pass LIB through configuration files nowJuan Quintela1-1/+0
2009-08-10qdev/isa: add isa bus support to qdev.Gerd Hoffmann1-5/+5
2009-08-10QemuOpts: create qemu-config.hGerd Hoffmann1-1/+1
2009-07-27generate LDFLAGS for *-linux-user and *-bsd-user in a single place in configureJuan Quintela1-132/+0
2009-07-27our build system don't support mips little endian linux-user or bsd-userJuan Quintela1-16/+0
2009-07-27move cc-option definition to rules.makJuan Quintela1-6/+0
2009-07-27rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela1-1/+1
2009-07-27simplify fdt libs selectionJuan Quintela1-4/+0
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-4/+4
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela1-2/+2
2009-07-27Add -static in configure if neededJuan Quintela1-11/+0
2009-07-27make oss use OSS_LIBSJuan Quintela1-1/+1
2009-07-27make fmod also use FMOD_{LIBS,CFLAGS}Juan Quintela1-1/+1
2009-07-27remove CONFIG_ from BLUEZ_{LIBS,FLAGS}Juan Quintela1-1/+1
2009-07-27remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}Juan Quintela1-2/+2
2009-07-27remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}Juan Quintela1-2/+2
2009-07-16Move CLOCKLIBS and PTHREADLIBS out of CONFIG_LINUX_USER_ONLYAnthony Liguori1-2/+3
2009-07-16simplify TARGET_ABI_DIR generationJuan Quintela1-3/+0
2009-07-16simplify TARGET_ARCH2 generationJuan Quintela1-4/+0
2009-07-16simplify TARGET_BASE_ARCH generationJuan Quintela1-4/+0
2009-07-16We can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS at configure timeJuan Quintela1-3/+0
2009-07-16We can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS at configure timeJuan Quintela1-2/+2
2009-07-16qemu binary don't exist anymore. I guess not much people is compiling on alphaJuan Quintela1-7/+0
2009-07-16Refactor a single rule to generate all qemu-* executablesJuan Quintela1-13/+9
2009-07-16TARGET_ARCH == TARGET_BASE_ARCH in m68k and armJuan Quintela1-9/+8
2009-07-16BASE_LDFLAGS is not used anywhere elseJuan Quintela1-4/+0
2009-07-16change ifdefs by obj-$(TARGET_BASE_ARCH)Juan Quintela1-88/+93
2009-07-16TARGET_ARCH2 is already known at configure time.Juan Quintela1-25/+0
2009-07-16configure already knows what TARGET_BASE_ARCH we need, no need to put the log...Juan Quintela1-20/+2
2009-07-16Remove unused Makefile variableJuan Quintela1-1/+1
2009-07-16use nwfpe-obj-y for consistenceJuan Quintela1-3/+4
2009-07-16Remove duplicated definitionJuan Quintela1-2/+0
2009-07-16fix sparc not solaris buildJuan Quintela1-1/+1
2009-07-16fix XEN BuildJuan Quintela1-1/+1
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata1-3/+4