Re: [patch] [powerpc] add multiarch definitions for powerpc-linux-gnu

2012-11-20 Thread Matthias Klose
Am 21.11.2012 03:40, schrieb David Edelsohn: > The following patch adds the multiarch definitions for -linux-gnu. Tested > using > a Debian/Ubuntu package build. Ok for the trunk? > > Matthias > > 2012-11-14 Matthias Klose > > * config/rs6000/t-linux64: Add multiarch names in MULTILI

Re: [patch] [powerpc] add multiarch definitions for powerpc-linux-gnu

2012-11-20 Thread David Edelsohn
The following patch adds the multiarch definitions for -linux-gnu. Tested using a Debian/Ubuntu package build. Ok for the trunk? Matthias 2012-11-14 Matthias Klose * config/rs6000/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES. * config/rs6000/t-linux: New file; defin

Re: [patch] [powerpc] add multiarch definitions for powerpc-linux-gnu

2012-11-14 Thread Matthias Klose
Am 15.11.2012 00:55, schrieb Joseph S. Myers: > On Thu, 15 Nov 2012, Matthias Klose wrote: > >> 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 >

Re: [patch] [powerpc] add multiarch definitions for powerpc-linux-gnu

2012-11-14 Thread Joseph S. Myers
On Thu, 15 Nov 2012, Matthias Klose wrote: > 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-floa

Re: [patch] [powerpc] add multiarch definitions for powerpc-linux-gnu

2012-11-14 Thread Matthias Klose
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 AB

Re: [patch] [powerpc] add multiarch definitions for powerpc-linux-gnu

2012-11-14 Thread 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 mult