[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [vsipl++] [patch] Config update
- To: Jules Bergmann <jules@xxxxxxxxxxxxxxxx>
- Subject: Re: [vsipl++] [patch] Config update
- From: Brooks Moses <brooks@xxxxxxxxxxxxxxxx>
- Date: Tue, 29 Jan 2008 13:41:53 -0800
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
|