[llvm-commits] [llvm] r112954 - /llvm/trunk/Makefile.rules

Mikhail Glushenkov foldr at codedgers.com
Fri Sep 3 08:01:53 PDT 2010


Hi,

On Fri, Sep 03, 2010 at 11:38:58PM +0900, NAKAMURA Takumi wrote:
> Mikhail,
>
> Is it not GNU ld. what you use for cross build.?
> Please tell me, version of gcc driver and binutils you are using.
> We might need to let autoconf determine something.

These are the versions I'm using:

$ ./cross2/bin/i386-mingw32-llvm-gcc --version
i386-mingw32-llvm-gcc (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ ./cross2/bin/i386-mingw32-ld --version
GNU ld (GNU Binutils) 2.20.1.20100303
Copyright 2009 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.

Maybe there's some configure argument that I should be providing when building
binutils? That's what I'm doing now:

$ TARGET=i386-mingw32
$ ~/src/binutils-2.20.1/configure --target=$TARGET --prefix=$PREFIX --disable-nls
--disable-werror

--
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments



More information about the llvm-commits mailing list