|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 1 of 2] Make tools/Makefile cross-friendly
On 19/1/08 04:02, "Aron Griffis" <aron@xxxxxx> wrote:
> +# For the sake of linking, set the sys-root
> +ifneq ($(CROSS_COMPILE),)
> +CROSS_SYS_ROOT ?= /usr/$(CROSS_COMPILE:-=)/sys-root
> +export CROSS_SYS_ROOT
> endif
I suppose this is a completely arbitrary path that happens to work for you?
For your example command line
make -j1 XEN_TARGET_ARCH=ia64 CROSS_COMPILE=ia64-linux-gnu-
...this would link against the ugly and bizarre path
/usr/ia64linuxgnu/sys-root?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|