Thanks Matthias, > +ARM_EB = $(if $(findstring TARGET_BIG_ENDIAN_DEFAULT=1, $(tm_defines)),eb) > +ifeq (,$(ARM_EB)) > +MULTIARCH_DIRNAME = $(call if_multiarch,aarch64-linux-gnu) > +endif
Can we use the name of the architecture, ARM -> AARCH64 Please can we have big endian wired up? +else +MULTIARCH_DIRNAME = $(call if_multiarch,aarch64_be-linux-gnu) Cheers /Marcus