diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 03ec6d114..f90684c26 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -96,7 +96,7 @@ # Which target architectures to cross-compile for. # Definitions in configure/os/CONFIG_SITE..Common # may override this setting. -CROSS_COMPILER_TARGET_ARCHS= +CROSS_COMPILER_TARGET_ARCHS=linux-aarch64 # If only some of your host architectures can compile the # above CROSS_COMPILER_TARGET_ARCHS specify those host diff --git a/configure/os/CONFIG_SITE.linux-x86_64.linux-aarch64 b/configure/os/CONFIG_SITE.linux-x86_64.linux-aarch64 index 569d1c384..463b5f0bb 100644 --- a/configure/os/CONFIG_SITE.linux-x86_64.linux-aarch64 +++ b/configure/os/CONFIG_SITE.linux-x86_64.linux-aarch64 @@ -4,11 +4,13 @@ #------------------------------------------------------- # Set GNU crosscompiler target name -GNU_TARGET = aarch64-linux-gnu +#GNU_TARGET = aarch64-linux-gnu +GNU_TARGET = aarch64-poky-linux # Set GNU tools install path # Examples is the installation at the APS: -GNU_DIR = /usr/local/Xilinx/SDK/2018.3/gnu/aarch64/lin/aarch64-linux +#GNU_DIR = /usr/local/Xilinx/SDK/2018.3/gnu/aarch64/lin/aarch64-linux +GNU_DIR = /opt/poky/4.0.12/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux # If cross-building shared libraries and the paths on the target machine are # different than on the build host, you should uncomment the lines below to