Home | History | Annotate | Download | only in arm
      1 # Configuration for Linux on ARM.
      2 # Generating binaries for the ARMv7-a architecture and higher with NEON
      3 #
      4 ARCH_ARM_HAVE_ARMV7A            := true
      5 ARCH_ARM_HAVE_VFP               := true
      6 ARCH_ARM_HAVE_VFP_D32           := true
      7 ARCH_ARM_HAVE_NEON              := true
      8