2 Jul
2007
2 Jul
'07
10:28 p.m.
Andrew Fyfe wrote:
Are there any objections to removing CHOST from makepkg.conf?
It's never seen by package Makefiles as it's not exported, and as a general rule it's a BAD idea to mess with CHOST.
If there's no objections I'll do up a patch.
Andrew
CHOST is a good idea to have if you are on a i686-pc-linux-gnu with a x86_64-pc-linux-gnu machine. It will go and build stuff with x86_64_pc-linux-gnu if not forced by using --target to most configures. Cheers, -Y