aboutsummaryrefslogtreecommitdiffstats
path: root/config/x86_32.mk
Commit message (Collapse)AuthorAgeFilesLines
* build: CONFIG_IOEMU is now obsoleteIan Campbell2013-08-211-1/+0
| | | | | Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
* tools/config: Allow building of components to be controlled from .configAndrew Cooper2012-08-011-1/+1
| | | | | | | | | | | | For build systems which build certain Xen components separately, allow certain components to be conditionally built based on .config, rather than always building them. This patch allows qemu and blktap to be configured in this manner. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
* Apply PREFIX directly to LIBDIR.Keir Fraser2008-01-221-1/+0
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* Avoid new-fangled gnumake else-if syntax.kfraser@localhost.localdomain2007-08-161-7/+3
| | | | | Declarative style is neater anyway. Signed-off-by: Keir Fraser <keir@xensource.com>
* Allow Xen to build on FreeBSD.kfraser@localhost.localdomain2007-08-161-0/+2
| | | | | From: Julian Stecklina <der_julian@web.de> Signed-off-by: Keir Fraser <keir@xensource.com>
* Add CONFIG_X86_{32,64} Makefile variables.kfraser@localhost.localdomain2006-12-151-0/+1
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* [OpenBSD] Various changes to get Xen building on OpenBSD.kfraser@localhost.localdomain2006-10-181-0/+4
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Clean up linker flag definitions.kfraser@localhost.localdomain2006-10-181-1/+3
| | | | | | | | | | | | | | | | | 1. GNU ld does not understand -m{32,64}. It must be cooked for it by the GCC driver program. 2. Where GNU ld is directly called we must use -melf_{i386,x86_64}. 3. We cannot avoid calling GNU ld directly in some cases (e.g., when specifying GNU-specific linker scripts) as on some host architectures the GCC driver is configured to call the host linker. 4. We cannot add -melf_{i386,x86_64} to LDFLAGS as the option is not recognised by GCC. Hence we define new LDFLAGS_DIRECT, to be added to the command line only when invoking GNU ld directly. Signed-off-by: Keir Fraser <keir@xensource.com>
* [SOLARIS] Don't build ptrace code on Solaris.kfraser@localhost.localdomain2006-10-171-0/+2
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Remove obsolete tool 'mbootpack'. SYSLINUX now supports Multiboot format.kfraser@localhost.localdomain2006-10-171-1/+0
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Define -m32/-m64 in LDFLAGS for x86 builds.kfraser@localhost.localdomain2006-10-171-0/+1
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* [IA64] Re-enable tools/xcutils build on ia64. We now havekaf24@firebug.cl.cam.ac.uk2006-07-141-0/+1
| | | | | | | | | | save/restore working in the xen-ia64-unstable.hg thanks to some excellent work by Tristan. This simply splits the xcutils components from the x86-ish linux_save/restore files in a way that should be friendly to powerpc. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* Remove CONFIG_PLAN9. Unused.kaf24@firebug.cl.cam.ac.uk2006-07-141-1/+0
| | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Use a global build configuration file, and rework libxc Makefile for PPC.kfraser@dhcp93.uk.xensource.com2006-05-311-0/+9
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>