Re: Building 4.8 without multilib

2014-03-05 Thread Zhenqiang Chen
___ >> From: linaro-toolchain-boun...@lists.linaro.org >> on behalf of Diane Holt >> >> Sent: Wednesday, March 05, 2014 2:33 PM >> To: Zhenqiang Chen >> Cc: Linaro Toolchain >> Subject: Re: Building 4.8 without multilib >

Re: Building 4.8 without multilib

2014-03-05 Thread Diane Holt
> *From:* linaro-toolchain-boun...@lists.linaro.org < > linaro-toolchain-boun...@lists.linaro.org> on behalf of Diane Holt < > holt.di...@gmail.com> > *Sent:* Wednesday, March 05, 2014 2:33 PM > *To:* Zhenqiang Chen > *Cc:* Linaro Toolchain > *Subject:* Re: Building 4.8

Re: Building 4.8 without multilib

2014-03-05 Thread Diane Holt
I don't build eglibc -- I use a prebuilt one. But that does look to have been the issue. The one I used before was 2.12.1, so I tried a later one (2.15) and things worked. Thanks very much, Diane On Tue, Mar 4, 2014 at 10:09 PM, Zhenqiang Chen wrote: > How do you build your eglibc/glibc? > > Ca

RE: Building 4.8 without multilib

2014-03-05 Thread Pinski, Andrew
You just want not to use " --enable-multiarch​". Thanks, Andrew Pinski From: linaro-toolchain-boun...@lists.linaro.org on behalf of Diane Holt Sent: Wednesday, March 05, 2014 2:33 PM To: Zhenqiang Chen Cc: Linaro Toolchain Subject: Re: Building 4

Re: Building 4.8 without multilib

2014-03-05 Thread Diane Holt
On the other hand, disabling multilib didn't accomplish what I wanted. What I want is for things to be where they used to be, with regard to /lib, /usr/lib, /usr/include, and include/C++ -- I don't want that extra arm-linux-gnueabi subdir under those. Granted, I can re-organize things once I've got

Re: Building 4.8 without multilib

2014-03-04 Thread Zhenqiang Chen
I just tried to build arm-linux-gnueabi toolchain without multilib based on gcc-linaro-4.8-2014.02 release. It did work. My gcc configure: --target=arm-linux-gnueabi --enable-languages=c,c++,fortran --disable-multilib --enable-multiarch --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=vfpv3-

Re: Building 4.8 without multilib

2014-03-04 Thread Zhenqiang Chen
How do you build your eglibc/glibc? Can you share your gcc config for me to reproduce it? Thanks! -Zhenqiang On 5 March 2014 10:49, Diane Holt wrote: > Sorry, but I'm not sure I understand either of these replies. I'm trying to > find a way to be able to build with --disable-multilib. When I bu

Re: Building 4.8 without multilib

2014-03-04 Thread Diane Holt
Sorry, but I'm not sure I understand either of these replies. I'm trying to find a way to be able to build with --disable-multilib. When I build with multilib enabled, it succeeds just fine. Thanks, Diane On Tue, Mar 4, 2014 at 6:37 PM, Ryan Arnold wrote: > On Wed, Mar 5, 2014 at 8:01 AM, Dian

Re: Building 4.8 without multilib

2014-03-04 Thread Ryan Arnold
On Wed, Mar 5, 2014 at 8:01 AM, Diane Holt wrote: > Is that supposed to be possible? When I add --disable-multilib to the > configure options, the build fails on the install, because it hasn't built > any of src/gcc-linaro-4.8-2014.02/libgcc: > > /bin/sh ../../../../src/gcc-linaro-4.8-2014.02/libg

Re: Building 4.8 without multilib

2014-03-04 Thread Matthias Klose
Am 05.03.2014 01:01, schrieb Diane Holt: > Is that supposed to be possible? When I add --disable-multilib to the > configure options, the build fails on the install, because it hasn't built > any of src/gcc-linaro-4.8-2014.02/libgcc: > > /bin/sh ../../../../src/gcc-linaro-4.8-2014.02/libgcc/../mki

Building 4.8 without multilib

2014-03-04 Thread Diane Holt
Is that supposed to be possible? When I add --disable-multilib to the configure options, the build fails on the install, because it hasn't built any of src/gcc-linaro-4.8-2014.02/libgcc: /bin/sh ../../../../src/gcc-linaro-4.8-2014.02/libgcc/../mkinstalldirs /home/ubuntu/work483/build/sysroot/home/