This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Target options
- From: Hendrik Greving <hendrik dot greving dot intel at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 15 Jul 2013 10:30:02 -0700
- Subject: Target options
Hi,
when defining target options with Mask() and "Target" going to
target_flags. Can I use Init(1) to define the default, or is "Init"
only used to initialize "Var(name)" kind of options? If so, what's the
proper way to define defaults, it wasn't clear to me when checking
mips/i386 definitions for instance.
Thanks,
Hendrik Greving