Re: Target specific behaviour

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



NightStrike wrote:

> Could you in theory configure one *build* of gcc to target multiple
> platforms?  Something like this:
> 
> ./configure --target=x86_64-pc-mingw32 --target=i686-pc-mingw32
> --target=x86_64-pc-linux
> 
> And have the resulting 'make install' create a set of binaries
> prefixed appropriately once for each target?

No, you need separate build trees.  But that example is senseless
because the i386 backend is bi-arch.

Brian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux