Re: i386: Compiling gcc-snapshots from upstream with multiarch-toolchain?

2011-10-11 Thread Sedat Dilek
Some additional informations on created gcc-4.7 compiler: # which gcc-4.7 /usr/bin/gcc-4.7 # l /usr/bin/gcc-4.7 lrwxrwxrwx 1 root root 24 Jul 31 14:28 /usr/bin/gcc-4.7 - /opt/gcc-4.7/bin/gcc-4.7 # gcc-4.7 -v Using built-in specs. COLLECT_GCC=gcc-4.7

Re: i386: Compiling gcc-snapshots from upstream with multiarch-toolchain?

2011-10-11 Thread Sedat Dilek
I played again with CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET by exporting them. -I/usr/include/${HOST_SYSTEM_MULTIARCH_TYPE} ... ...catches the gnu/stub-32.h issue. -B/usr/lib/${HOST_SYSTEM_MULTIARCH_TYPE} ... ...does NOT catch the problem with crt*.o files.

Re: i386: Compiling gcc-snapshots from upstream with multiarch-toolchain?

2011-10-11 Thread Sedat Dilek
[ RESEND ] I played again with CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET by exporting them. -I/usr/include/${HOST_SYSTEM_MULTIARCH_TYPE} ... ...catches the gnu/stub-32.h issue. -B/usr/lib/${HOST_SYSTEM_MULTIARCH_TYPE} ... ...does NOT catch the problem with crt*.o files.