Patch: Use tm_defines to configure default scheduling model on PA

DJ Delorie dj@redhat.com
Wed Jun 12 11:17:00 GMT 2002


> that includes the various config files.  Placing the defines first
> allows defaults in the headers to be overriden.

Placing defines after allows you to redefine something with a simple
undef/define, without the main header needing to know that you're
doing it.  There are cases that argue both ways, though.

> There were a number of comments after I submitted the patch that
> indicated the number of target-specific headers in the i386 config
> was too large and the inclusion process difficult to follow.

The complexity has to go somewhere ;)



More information about the Gcc-patches mailing list