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: 32-bit glibc build broken?


On Fri, Aug 27, 2010 at 2:08 PM, Ulrich Drepper <drepper@redhat.com> wrote:

> Just pull again, I already fixed it.

This is the fix I tried myself, but it fails for me with:

In file included from ../sysdeps/x86_64/multiarch/varshift.h:21:0,
                 from ../sysdeps/x86_64/multiarch/varshift.c:20,
                 from ../sysdeps/i386/i686/multiarch/varshift.c:1:
/usr/local/gcc-svn-install/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.6.0/include/tmmintrin.h:31:3:
error: #error "SSSE3 instruction set not enabled"
In file included from ../sysdeps/x86_64/multiarch/varshift.c:20:0,
                 from ../sysdeps/i386/i686/multiarch/varshift.c:1:
../sysdeps/x86_64/multiarch/varshift.h:26:1: error: expected ‘=’, ‘,’,
‘;’, ‘asm’ or ‘__attribute__’ before ‘__m128i_shift_right’


This is using current SVN trunk for GCC, configured as
x86_64-unknown-linux-gnu, to build just pulled glibc configured with

  configure "CC=gcc -m32" i686-gnu-linux


-- 
Paul Pluzhnikov


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