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][ARM] Support arm-android-eabi


On Mon, Jun 30, 2008 at 10:49:10PM -0700, Doug Kwan (éæå) wrote:
> > I don't know.  Do we do that in any other backend?  In my ideal world,
> > there'd be a "--with-options=" option to configure that would cause the
> > driver to assume those options appeared on every command-line.  Then, you
> > could just configure with that.
> 
> I don't think we do that in any backend. My proposal is quite a hack.
> I like your idea better. It is sufficient for my purpose but I don't
> think a single option is sufficient in general. We may need a family
> of options for different front-end to pass front-end depended options.
> Passing specs will be even better IMHO.

Most backends accomplish your goal with tm_defines.  You could use it
to set DRIVER_SELF_SPECS, for instance.

-- 
Daniel Jacobowitz
CodeSourcery


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