diff options
Diffstat (limited to 'MAKEALL')
| -rwxr-xr-x | MAKEALL | 12 | 
1 files changed, 11 insertions, 1 deletions
| @@ -381,6 +381,12 @@ LIST_ARM11="$(targets_by_cpu arm1136)	\  LIST_ARMV7="$(targets_by_cpu armv7)"  ######################################################################### +## ARMV8 Systems +######################################################################### + +LIST_ARMV8="$(targets_by_cpu armv8)" + +#########################################################################  ## AT91 Systems  ######################################################################### @@ -404,7 +410,11 @@ LIST_spear="$(targets_by_soc spear)"  ## ARM groups  ######################################################################### -LIST_arm="$(targets_by_arch arm)" +LIST_arm="$(targets_by_arch arm |		\ +	for ARMV8_TARGET in $LIST_ARMV8;	\ +		do sed "/$ARMV8_TARGET/d";	\ +	done)					\ +"  #########################################################################  ## MIPS Systems		(default = big endian) |