From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23762 invoked by alias); 23 Dec 2004 19:30:21 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 23711 invoked by uid 48); 23 Dec 2004 19:30:16 -0000 Date: Thu, 23 Dec 2004 19:30:00 -0000 Message-ID: <20041223193016.23710.qmail@sourceware.org> From: "hjl at lucon dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041223004714.19135.janis187@us.ibm.com> References: <20041223004714.19135.janis187@us.ibm.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/19135] [4.0 Regression] build failure in libiberty multilibs X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03376.txt.bz2 List-Id: ------- Additional Comments From hjl at lucon dot org 2004-12-23 19:30 ------- It looks like a libtool bug to me. There is /bin/sh ./libtool --mode=link /home/janis/build/gcc-mline/build-gcc-mline-20041222-hjl/gcc/xgcc -B/home/janis/build/gcc-mline/build-gcc-mline-20041222-hjl/gcc/ -B/home/janis/tools/gcc-mline-20041222-hjl/powerpc64-linux/bin/ -B/home/janis/tools/gcc-mline-20041222-hjl/powerpc64-linux/lib/ -isystem /home/janis/tools/gcc-mline-20041222-hjl/powerpc64-linux/include -isystem /home/janis/tools/gcc-mline-20041222-hjl/powerpc64-linux/sys-include -DHAVE_CONFIG_H -O2 -g -O2 -m64 -fPIC -mstrict-align -W -Wall -Wtraditional -pedantic -o ./libiberty.la -rpath /home/janis/tools/gcc-mline-20041222-hjl/lib \ ./regex.lo ./cplus-dem.lo ./cp-demangle.lo ./md5.lo ./alloca.lo ./argv.lo ./choose-temp.lo ./concat.lo ./cp-demint.lo ./dyn-string.lo ./fdmatch.lo ./fibheap.lo ./floatformat.lo ./fnmatch.lo ./getopt.lo ./getopt1.lo ./getpwd.lo ./getruntime.lo ./hashtab.lo ./hex.lo ./lbasename.lo ./lrealpath.lo ./make-relative-prefix.lo ./make-temp-file.lo ./objalloc.lo ./obstack.lo ./partition.lo ./physmem.lo ./pex-unix.lo ./safe-ctype.lo ./sort.lo ./spaces.lo ./splay-tree.lo ./strerror.lo ./strsignal.lo ./ternary.lo ./xatexit.lo ./xexit.lo ./xmalloc.lo ./xmemdup.lo ./xstrdup.lo ./xstrerror.lo ./mkstemps.lo; \ For some reason, libtool decides not to pass -m64 to gcc. How does it work for libstdc++? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19135