Displaying 1 result from an estimated 1 matches for "xen_target_a".
Did you mean:
xen_target
2005 Dec 19
0
RE: [PATCH]Allow different config file for xenlinux on samearch
...>Signed-off-by Zhang Xiantao <xiantao.zhang@intel.com>
>
>diff -r 0255f48b757f Makefile
>--- a/Makefile Sun Dec 4 19:12:00 2005
>+++ b/Makefile Wed Dec 14 17:35:04 2005
>@@ -10,7 +10,7 @@
> # Export target architecture overrides to Xen and Linux sub-trees.
> ifneq ($(XEN_TARGET_ARCH),)
> SUBARCH := $(subst x86_32,i386,$(XEN_TARGET_ARCH))
>-export XEN_TARGET_ARCH SUBARCH
>+export XEN_TARGET_ARCH SUBARCH XEN_SYSTYPE
> endif
>
> # Default target must appear before any include lines
>diff -r 0255f48b757f buildconfigs/mk.linux-2.6-xen
>--- a/buildconfigs/...