15 lines
399 B
Makefile
15 lines
399 B
Makefile
# name: attributes for sec using architecture extensions
|
|
# source: blank.s
|
|
# as: -march=armv7-a+sec
|
|
# readelf: -A
|
|
# This test is only valid on EABI based ports.
|
|
# target: *-*-*eabi* *-*-nacl*
|
|
|
|
Attribute Section: aeabi
|
|
File Attributes
|
|
Tag_CPU_name: "7-A"
|
|
Tag_CPU_arch: v7
|
|
Tag_CPU_arch_profile: Application
|
|
Tag_ARM_ISA_use: Yes
|
|
Tag_THUMB_ISA_use: Thumb-2
|
|
Tag_Virtualization_use: TrustZone
|