architectures: add cortex a8 hardfp vfpv4.

This commit is contained in:
Pedro Gonçalves 2019-09-10 16:49:13 +01:00
parent 417b0cca51
commit af1552817f

View File

@ -0,0 +1,6 @@
cfg_target_canonical="armv7-$cfg_glued_vendor-linux-gnueabihf"
cfg_target_linux='arm'
cfg_target_uboot_arch='arm'
cfg_target_gcc_flags='-O2 -pipe -funit-at-a-time -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=hard -mfpu=vfpv4'
cfg_target_gcc_configure_flags='--with-arch=armv7-a --with-mcpu=cortex-a8 --with-mtune=cortex-a8 --with-fpu=vfpv4 --with-float=hard'
cfg_target_ar_flags='elf32-littlearm'