Hi all, in order to build Xenomai's userland with a toolchain that is prefixed with "armv5l-linux-", I had to patch configure.in like this
Index: configure.in
===================================================================
--- configure.in (Revision 3050)
+++ configure.in (Arbeitskopie)
@@ -83,7 +83,7 @@ case "$host" in
XENO_LINUX_ARCH=bfinnommu
XENO_LINUX_INSTALL_TARGET=install
;;
- arm-*)
+ arm*-*)
XENO_TARGET_ARCH=arm
XENO_LINUX_ARCH=arm
XENO_LINUX_INSTALL_TARGET=install_image
in order to call "configure --host=armv5l-linux ...". Am I doing
something crazy or is this really a required patch for Xenomai?
Jan
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Xenomai-core mailing list [email protected] https://mail.gna.org/listinfo/xenomai-core
