https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118725

--- Comment #4 from Chris Packham <judge.packham at gmail dot com> ---

> How was libintl built?
> Did you build it as part of gcc or separately?

Built separately

> This could also be a bug in crosstool ng.

Yes that's certainly a possibility. 

> What was the command to invoke configure used? How about make?

libcpp configure command:

/home/ctng/crosstool-ng/.build/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf/src/gcc/libcpp/configure
--srcdir=/home/ctng/crosstool-ng/.build/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf/src/gcc/libcpp
--cache-file=./config.cache
--prefix=/home/ctng/x-tools/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf
--exec_prefix=/home/ctng/x-tools/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf
--with-sysroot=/home/ctng/x-tools/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf/arm-cortexa9_neon-linux-gnueabihf/sysroot
--with-cpu=cortex-a9 --with-fpu=neon --with-float=hard
--with-pkgversion=crosstool-NG 1.27.0_rc1.8_d96289e --enable-__cxa_atexit
--disable-libmudflap --disable-libgomp --disable-libssp --disable-libquadmath
--disable-libquadmath-support --disable-libsanitizer --disable-libmpx
--with-gmp=/home/ctng/crosstool-ng/.build/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf/buildtools/complibs-host
--with-mpfr=/home/ctng/crosstool-ng/.build/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf/buildtools/complibs-host
--with-mpc=/home/ctng/crosstool-ng/.build/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf/buildtools/complibs-host
--with-isl=/home/ctng/crosstool-ng/.build/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf/buildtools/complibs-host
--enable-lto --enable-threads=posix --disable-plugin --enable-gold
--with-libintl-prefix=/home/ctng/crosstool-ng/.build/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf/buildtools/complibs-host
--disable-multilib
--with-local-prefix=/home/ctng/x-tools/HOST-x86_64-w64-mingw32/arm-cortexa9_neon-linux-gnueabihf/arm-cortexa9_neon-linux-gnueabihf/sysroot
--enable-long-long --enable-languages=c,c++,lto
--program-transform-name=s&^&arm-cortexa9_neon-linux-gnueabihf-&
--disable-option-checking --build=x86_64-build_pc-linux-gnu
--host=x86_64-host_w64-mingw32 --target=arm-cortexa9_neon-linux-gnueabihf

Reply via email to