Lines Matching refs:flag
26 # $(cc-option,<flag>)
27 # Return y if the compiler supports <flag>, n otherwise
30 # $(ld-option,<flag>)
31 # Return y if the linker supports <flag>, n otherwise
37 as-instr64 = $(as-instr,$(1),$(m64-flag))
62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise.
63 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
65 m32-flag := $(cc-option-bit,-m32)
66 m64-flag := $(cc-option-bit,-m64)
71 # $(rustc-option,<flag>)
72 # Return y if the Rust compiler supports <flag>, n otherwise