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

NAKAMURA Takumi geek4civic at gmail.com
Fri Sep 3 08:48:30 PDT 2010


Mikhail,

Thank for me to give your informations!

2010/9/4 Mikhail Glushenkov <foldr at codedgers.com>:
> $ TARGET=i386-mingw32
> $ ~/src/binutils-2.20.1/configure --target=$TARGET --prefix=$PREFIX --disable-nls
> --disable-werror

Would you like to confirm and show command line with make VERBOSE=1 ?

I supposed "cross build" might be "canadian cross".
I specify;
$ /path/to/configure --host=i686-pc-mingw32 --enable-optimized=yes
--enable-shared=(yes|no)
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... (cached) powerpc64-unknown-linux-gnu
checking host system type... (cached) i686-pc-mingw32
checking target system type... (cached) i686-pc-mingw32
checking type of operating system we're going to host on... (cached) MingW
checking type of operating system we're going to target... (cached) MingW
checking target architecture... (cached) x86
(snip)

...Takumi



More information about the llvm-commits mailing list