Re: Bulding Linaro gcc on Debian Olinuxino A20

2014-06-03 Thread Matthias Klose
Am 04.06.2014 00:17, schrieb "João M. S. Silva": > Hello Robert, > >>> My purpose with the previous compilation was to add Linaro's gcc to Debian. >> >> Humm, Debian's gcc already contains the linaro patchset: >> >> http://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-4.7/debian/patches/gcc-li

Re: Bulding Linaro gcc on Debian Olinuxino A20

2014-06-03 Thread João M. S. Silva
Hello Robert, My purpose with the previous compilation was to add Linaro's gcc to Debian. Humm, Debian's gcc already contains the linaro patchset: http://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-4.7/debian/patches/gcc-linaro.diff?revision=7193&view=markup OK, but probably not the o

Re: Bulding Linaro gcc on Debian Olinuxino A20

2014-06-03 Thread Robert Nelson
On Tue, Jun 3, 2014 at 2:24 PM, "João M. S. Silva" wrote: > Hi Cristophe, > > >>> configure: WARNING: unrecognized options: --disable-bootstrap, >>> --with-mode, >>> --with-arch, --with-tune, --with-fpu, --with-float >>> >> >> All these options are certainly valid GCC configure options. >> Which c

Re: Bulding Linaro gcc on Debian Olinuxino A20

2014-06-03 Thread João M. S. Silva
Hi Cristophe, configure: WARNING: unrecognized options: --disable-bootstrap, --with-mode, --with-arch, --with-tune, --with-fpu, --with-float All these options are certainly valid GCC configure options. Which configure are you calling? You're right, I was calling configure from inside gcc's

Re: Bulding Linaro gcc on Debian Olinuxino A20

2014-06-03 Thread Christophe Lyon
On 28 May 2014 21:52, "João M. S. Silva" wrote: > Hi, > > I'm trying to follow > https://wiki.linaro.org/WorkingGroups/ToolChain/Using/GCCNative but it looks > like it is outdated? Can someone confirm? > After a quick glance, it looks valid. > E.g.: > > configure: WARNING: unrecognized options: -

Bulding Linaro gcc on Debian Olinuxino A20

2014-06-03 Thread João M. S. Silva
Hi, I'm trying to follow https://wiki.linaro.org/WorkingGroups/ToolChain/Using/GCCNative but it looks like it is outdated? Can someone confirm? E.g.: configure: WARNING: unrecognized options: --disable-bootstrap, --with-mode, --with-arch, --with-tune, --with-fpu, --with-float -- João M. S