Home
last modified time | relevance | path

Searched refs:CL_DISABLED (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dopts.h69 #define CL_DISABLED (1 << 21) /* Disabled in this configuration. */ macro
Dopts.c504 if (option->flags & CL_DISABLED) in handle_option()
DChangeLog-200518598 * opts.h (CL_DISABLED): New flag.
18599 * opts.c (handle_option): Print an error for CL_DISABLED options.