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
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
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
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
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
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