Am 14.11.2012 23:41, schrieb Joseph S. Myers: > Your t-linux setting fails to allow for the possibility of the compiler > being configured to default to soft-float (whether --with-float=soft, or > --with-cpu etc. for a CPU that implies soft-float). soft-float (only > supported for 32-bit) is ABI-incompatible with hard-float and needs its > own multiarch name.
checking for --with-float=soft is ok, but I'm a bit lost which cpu's imply soft-float. rs6000/t-fprules MULTILIB_MATCHES_FLOAT has a list of such cpu's. Are these all cpu's which imply soft-float? Matthias