cross compile wayland

2013-09-23 Thread Marc Chalain
In cross compile, the "host" running the libraries, is different to the "build" machine running the compiler. In this case wayland-scanner is a part of the "build" tools and not a part of the "host" tools. Autotool and "configure" provide the "--host", "--target" and "--build" options. When the val

[PATCH 0/5] build: cross compile wayland

2013-09-23 Thread Marc Chalain
In cross compile, the "host" running the libraries, is different to the "build" machine running the compiler. In this case wayland-scanner is a part of the "build" tools and not a part of the "host" tools. Autotool and "configure" provide the "--host", "--target" and "--build" options. When the val

[PATCH 2/5] build: cross compile wayland-scanner

2013-09-23 Thread mchalain [marc.chal...@gmail.com]
From: mchalain the wayland-scanner files are build with CC_FOR_BUILD instead CC like the other files. CC_FOR_BUILD could be initialize by autotool but here it's still hard coded to "gcc" --- src/Makefile.am | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src

[PATCH 0/5] build: cross compile wayland

2013-09-23 Thread mchalain [marc.chal...@gmail.com]
In cross compile, the "host" running the libraries, is different to the "build" machine running the compiler. In this case wayland-scanner is a part of the "build" tools and not a part of the "host" tools. Autotool and "configure" provide the "--host", "--target" and "--build" options. When the

[PATCH 2/5] build: cross compile wayland-scanner

2013-09-05 Thread mchalain [marc.chal...@gmail.com]
From: mchalain the wayland-scanner files are build with CC_FOR_BUILD instead CC like the other files. CC_FOR_BUILD could be initialize by autotool but here it's still hard coded to "gcc" --- src/Makefile.am | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src

[PATCH 3/5] build: cross compile wayland-scanner

2013-09-05 Thread mchalain [marc.chal...@gmail.com]
From: mchalain the wayland-scanner files are build with CC_FOR_BUILD instead CC like the other files. CC_FOR_BUILD could be initialize by autotool but here it's still hard coded to "gcc" --- src/Makefile.am | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src