This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: [OT] making software easily cross-compilable


On Fri, 2006-04-28 at 07:08 -0400, Robert P. J. Day wrote:
>   (not crosstool-related, but i figure this is the best place to find
> the appropriate expertise.)

>   what approach do people here use? 
autotools ;)

>  that is, if i don't want to get
> into major pain with autotools and so on, is there a preferred way to
> make your software easily cross-compilable?  is there a *standard* way
> to do it?
If a package uses modern autotools (i.e. autoconf > 2.59), 
configure --host=<cross-target>

will work out of the box for many packages.

Ralf



--
For unsubscribe information see http://sourceware.org/lists.html#faq


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