Re: build gcc (c,c++,ada) for ia64-hp-hpux11.23 fails

2010-09-20 Thread hobi69
Eric Botcazou-3 wrote: There is no full port of the Ada compiler to this platform in the FSF tree. You can only build a 64-bit Ada compiler with the unpatched sources. -- Eric Botcazou Thank you very much for your informations and sorry for the delay - I have been on vacation.

Re: build gcc (c,c++,ada) for ia64-hp-hpux11.23 fails

2010-09-20 Thread Eric Botcazou
Do you know if there is any configuration option to force build 64bit only? Try --disable-multilib. -- Eric Botcazou

Re: build gcc (c,c++,ada) for ia64-hp-hpux11.23 fails

2010-09-06 Thread Eric Botcazou
If I skip the milp32 tree - the mlp64 tree works and I could produce running 64bit binaries for my TARGET. But because milp32 is default - cross compiling the native ia64-hp-hpux11.23 gcc fails again. So my Question : Does anyone know if I need some speciale configuration option for

build gcc (c,c++,ada) for ia64-hp-hpux11.23 fails

2010-09-03 Thread hobi69
I need an native gcc (c,c++,ada) for TARGET=ia64-hp-hpux11.23. Because to build and gcc (with ada) you already need a gcc (with ada), so I try to reach this by cross compiling from a linux platform (SLES11.1 with gcc 4.5.0). (I have already done this for hppa2.0w-hp-hpux11.11 , which works fine)