[Bug target/22073] --with-cpu=default32 for x86_64

2009-07-09 Thread marek dot rouchal at infineon dot com
--- Comment #11 from marek dot rouchal at infineon dot com 2009-07-09 14:48 --- (In reply to comment #10) Thank you very much! I can confirm now that with the given information I was able to compile on a x86_64 Linux box a gcc-4.3.3 with all executables (gcc, cc1, ...) built in 32bit

[Bug target/22073] --with-cpu=default32 for x86_64

2009-07-02 Thread marek dot rouchal at infineon dot com
--- Comment #9 from marek dot rouchal at infineon dot com 2009-07-02 13:52 --- (In reply to comment #8) > For a 32-bit-default compiler that can also build 64-bit code, configure > for i686-pc-linux-gnu with --enable-targets=all. (Set CC="gcc -m32" > and CC_FOR_

[Bug target/22073] --with-cpu=default32 for x86_64

2009-07-02 Thread marek dot rouchal at infineon dot com
--- Comment #7 from marek dot rouchal at infineon dot com 2009-07-02 11:46 --- (In reply to comment #5) > What you want is --with-cpu=default32 for x86_64 which does not exist yet. It > does for powerpc64 though. I'd like to ping this request once again - it seems that t

[Bug bootstrap/35531] Assembler failure while compiling libgcc

2009-07-01 Thread marek dot rouchal at infineon dot com
--- Comment #11 from marek dot rouchal at infineon dot com 2009-07-01 11:58 --- (In reply to comment #2) > and did get farther, but the final link fails like > ... > ld: fatal: unwind table: file > /home/bfriesen/build/gcc-4.3.0/./gcc/amd64/crtend.o: section .eh_frame

[Bug other/28377] unresolved symbols in libstdc++, shared lib link strategy of libgcc.a

2006-07-17 Thread marek dot rouchal at infineon dot com
--- Comment #7 from marek dot rouchal at infineon dot com 2006-07-17 07:56 --- Subject: RE: unresolved symbols in libstdc++, shared lib link strategy of libgcc.a Using --with-local-prefix="something" may work ok, but what I want is --without-local-prefix, and that does not

[Bug other/28377] unresolved symbols in libstdc++, shared lib link strategy of libgcc.a

2006-07-14 Thread marek dot rouchal at infineon dot com
--- Comment #5 from marek dot rouchal at infineon dot com 2006-07-14 14:01 --- Ok, the compile is done. In gcc/Makefile.in, I changed -DLOCAL_INCLUDE_DIR=\"$(local_includedir)\" \ to -ULOCAL_INCLUDE_DIR \ so that /usr/local/include is NOT searched by default by the pr

[Bug other/28377] unresolved symbols in libstdc++, shared lib link strategy of libgcc.a

2006-07-14 Thread marek dot rouchal at infineon dot com
--- Comment #4 from marek dot rouchal at infineon dot com 2006-07-14 11:03 --- I think I have found the root cause - there is indeed a /usr/local/include/assert.h on my system. However, I was not aware that /usr/local/include is being searched by default! So I will recompile (bootstrap

[Bug other/28377] unresolved symbols in libstdc++, shared lib link strategy of libgcc.a

2006-07-14 Thread marek dot rouchal at infineon dot com
--- Comment #2 from marek dot rouchal at infineon dot com 2006-07-14 09:08 --- The test case is the build of gcc 4.0.3 on Solaris 8, including the libstdc++.so build. When done, run env LD_LIBRARY_PATH= ldd -r -v .../libstdc++-IFX.so and you will see __eprintf unresolved. I will try

[Bug other/28377] New: unresolved symbols in libstdc++, shared lib link strategy of libgcc.a

2006-07-14 Thread marek dot rouchal at infineon dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marek dot rouchal at infineon dot com GCC build triplet: sparc-sun-solaris2.8 GCC host triplet: sparc-sun-solaris2.8 GCC target triplet:

[Bug target/22073] --with-cpu=default32 for x86_64

2005-10-23 Thread marek dot rouchal at infineon dot com
--- Comment #6 from marek dot rouchal at infineon dot com 2005-10-24 06:26 --- Subject: RE: --with-cpu=default32 for x86_64 > What you want is --with-cpu=default32 for x86_64 which does > not exist yet. It does for powerpc64 though. This is also correct. It would be sufficie

[Bug bootstrap/22073] build a 32bit gcc-3.4.4 on AMD64/Opteron Linux

2005-07-01 Thread marek dot rouchal at infineon dot com
--- Additional Comments From marek dot rouchal at infineon dot com 2005-07-01 09:04 --- (In reply to comment #1) > Can you try the following: > CFLAGS="-m32 -O2 -g" BOOT_CFLAGS="-m32 -O2 -g" STAGE1_CFLAGS="-m32 -g" I spent some more thoughts on this:

[Bug bootstrap/22073] New: build a 32bit gcc-3.4.4 on AMD64/Opteron Linux

2005-06-14 Thread marek dot rouchal at infineon dot com
Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marek dot rouchal at infineon dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-u