Home
last modified time | relevance | path

Searched refs:MASK_GNU_AS (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Delf.h12 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_AS) != 0
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Delf.h12 #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_AS) != 0
H A Dia64.h68 #define MASK_GNU_AS 0x00000002 /* Generate code for GNU as. */ macro
100 #define TARGET_GNU_AS (target_flags & MASK_GNU_AS)
166 { "gnu-as", MASK_GNU_AS, \
168 { "no-gnu-as", -MASK_GNU_AS, \
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconfig.gcc1491 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1500 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1510 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1517 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1526 target_cpu_default="MASK_GNU_AS"