This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Enable unwind info in libc-start.c and backtrace.c


On Thu, Sep 14, 2017 at 6:46 AM, Wilco Dijkstra <Wilco.Dijkstra@arm.com> wrote:
> Carlos O'Donell wrote:
>
>> This looks god to me, but I'd like to know what machines you've tested on?
>>
>> If you tested on aarch64, i386, and arm (v7), then I'd say you've done enough
>> to show it work on 64-bit and 32-bit for relevant machines.
>
> I tried it on Arm, AArch64 and x64. I can't get GLIBC to build for i386 or i686 as
> whatever magic config I try for 32-bit x86 fails during build (it gets past the config
> with a newly built 64-bit GCC and binutils but then gets confused despite -m32 flags).
>

I use

# CC="gcc -m32 -march=i686" CXX="g++ -m32 -march=i686"
/export/gnu/import/git/sources/glibc/configure --prefix=/usr
--target=i686-linux --build=i686-linux --host=i686-linux
--enable-hardcoded-path-in-tests

to configure glibc for i686 on Linux/x86-64.  It works fine.


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]