[vsipl++] [patch] Config update
Brooks Moses
brooks at codesourcery.com
Tue Jan 29 21:41:53 UTC 2008
Jules Bergmann wrote, at 1/29/2008 1:31 PM:
> This patch updates config to
> - use the new names for configure options
> - have a Power configuration
> - use GNU triplets (i686-pc-linux-gnu, powerpc-linux-gnu, powerpc-mcoe,
> etc)
Note that powerpc-linux-gnu is not in fact a triplet; linux-gnu is a
single item. It should be powerpc-unknown-linux-gnu, or have something
specific in place of the "unknown" for the system type.
Similarly, powerpc-mcoe should be powerpc-unknown-mcoe or
powerpc-mercury-mcoe (if mcoe only runs on Mercury systems) or somesuch
to be a true triplet.
I don't know if this is important for our purposes or not. It might be,
if we ever use something that expects to split the triplets into their
component parts, but otherwise probably isn't.... (For one example, I
suspect that autoconf's cross-compiler handling may expect triplets.)
- Brooks
More information about the vsipl++
mailing list