This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Libraray issue on Linux x86_64
- From: "Ashwani Bhat" <ashwanib at cadence dot com>
- To: <gcc-help-digest-help at gcc dot gnu dot org>, <gcc-help at gcc dot gnu dot org>
- Date: Mon, 18 Sep 2006 09:01:42 +0530
- Subject: Libraray issue on Linux x86_64
Hi All,
I have build gcc-v4.1.1 on Linux AMD x86_64. Under "lib" directory, I
see many 32 bit libraries getting built. I was wondering if I can avoid
ending up building 32 bit libraries. I want only 64 bit libraries under
"lib" directory.
Here are my configure options:
--prefix=/pkgs/gcc/v4.1.1 --mandir=/pkgs/gcc/v4.1.1/man
--infodir=/pkgs/gcc/v4.1.1/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--with-gnu-as --with-as=/pkgs/gcc/v4.1.1/bin/as --with-gnu-ld
--with-ld=/pkgs/gcc/v4.1.1/bin/ld --disable-libgcj
--with-local-prefix=/pkgs/gcc/v4.1.1 --enable-clocale=gnu
--with-gmp=/pkgs/gmp/v4.1.4 --enable-languages=c,c++,objc,fortran
--host=x86_64-redhat-linux
I would appreciate any help !!
Thanks and regards,
Ashwani Bhat