iOS cross compiling support
Ryan Schmidt
ryandesign at macports.org
Fri Jan 28 14:49:50 PST 2011
On Jan 28, 2011, at 13:24, James Gregurich wrote:
> Is it consistent with the design of macports for me to invoke its included config.guess script to get the triplet for the host? If so, what would be the proper means of invoking it. in the tcl scripts?
I would assume that the config.guess file is exclusively for the MacPorts configure script to use when MacPorts is building itself.
If you're trying to generate a string like "i386-apple-darwin10" you could use "${os.arch}-apple-${os.platform}${os.major}"
More information about the macports-users
mailing list