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: [PATCH/RFC] Support for spec predicate expressions


Remember, though, that specs are processed by the driver, not the
compiler.  A lot of code would need to be replicated outside of
mips.c, and linked into xgcc, to do this.  OTOH, that's what *I* want
to do with it too ;-) (but not for mips).

We could handle compile-time defaults easier too:

	%{!arch: %:default(arch)}
	%{!cpu: %:default(cpu)}


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