11 lines
310 B
Makefile
11 lines
310 B
Makefile
# name: attributes for 'any' CPU with Thumb integer divide
|
|
# as:
|
|
# readelf: -A
|
|
# This test is only valid on EABI based ports.
|
|
# target: *-*-*eabi* *-*-nacl*
|
|
|
|
Attribute Section: aeabi
|
|
File Attributes
|
|
Tag_CPU_arch: v7
|
|
Tag_THUMB_ISA_use: Thumb-2
|
|
Tag_DIV_use: Allowed in v7-A with integer division extension
|