This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Why not support __attribute__((visibility())) ?


Hi All,

I wanted to create a cross-gcc for MIPS. My configuration is:
../../gcc-4.3.3/configure --host=i686-pc-linux-gnu
--target=mips-unknown-linux-gnu --prefix=/opt/cross-gcc
--without-headers --with-newlib --with-float=soft --with-gnu-as
--with-gnu-ld --with-arch=mips32r2 --with-abi=32 --disable-nls
--disable-decimal-float --disable-libgomp --disable-multilib
--disable-libmudflap --disable-libssp --disable-shared
--disable-threads --disable-libmudflap --disable-libstdcxx-pch
--disable-libffi --enable-languages=c
--with-libiconv-prefix=/usr/local --with-mpfr=/opt/cross-gcc/mpfr

Finally I get a cross gcc not supporting
__attribute__((visibility())), which is requried by configuring of
glibc.
I don't which of the above options disable the __attribute__((visibility())).

what's wrong?

Best Regards,
PRC
Nov 4, 2010

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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