Re: cross-compiling but keeping one target native

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

 



Natalie Tasman <natalie.tasman@xxxxxxxxxxxxx> writes:

> I have one target which is actually a utility used during *build*
> time. Is it possible to specify one target which should *not* be built
> with the cross-compiler, but natively instead?

I find that the easiest way to deal with this problem is to avoid
it, by writing build-time tools in a language such as shell,
Python, Perl, or awk that doesn't need to be compiled at all.  If
the utility is simple, so that you could easily rewrite it in a
different language, then you might consider that solution.
-- 
Ben Pfaff 
http://benpfaff.org


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux