3def834c65
There might be a need for user to cross-compile SPDK for other platforms than native. Since DPDK supports cross-compilation already, only enablement of cross-compilation for SPDK is missing. This patch aims to provide the user with additional option to configure script that works similar to what DPDK already provides. To enable cross-compilation run ./configure.sh with additional --cross-prefix parameter. The parameter should work in similar manner to DPDK CROSS parameter and specifies prefix of cross-compiler defined in PATH variable. Note: To cross-compile, toolchain must have SPDK dependencies such as e.g. Libaio. Signed-off-by: Amelia Blachuciak <amelia.blachuciak@intel.com> Change-Id: Ia7cb879d39d624552cad1af98a563070ea7676b2 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/460977 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> |
||
---|---|---|
.. | ||
Makefile |