This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: .opt files for x86, darwin and lynxos




#if TARGET_MACHO
-      darwin_one_byte_bool = "";
+      darwin_one_byte_bool = 1;
#endif



A general comment is this vaporizes lots of comments. I'm not sure
how I feel about that, but thought I would point that out.

Alternatively to Richard's more correct suggestion, you could also put them into the respective .opt file preceding them with a ";".

I took this option when I moved most of the -f options to common.opt.

Kelley Cook


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]