libio in egcs-1.0.1

George greerga@entropy.muc.muohio.edu
Sat Jan 10 19:20:00 GMT 1998


On Sat, 10 Jan 1998, H.J. Lu wrote:

>Can you tell me why egcs generates _G_config.h for your
>i586-pc-linux-gnulibc2? I don't even know there is a
>i586-pc-linux-gnulibc2 target. It should be either
>i586-pc-linux-gnu or i586-pc-linux-gnulibc1.

The original egcs (1.0) configured as i586-pc-linux-gnulibc2.  When I
configured 1.0.1 it did indeed find 'i586-pc-linux-gnu'.  However, I had a
previous gcc installation (or binutils, don't remember) on libc5 find that
host so I thought it wrong. I forced a i586-pc-linux-gnulibc2 in that case
with --host.

greerga@bacon:/var/src$ ls -l  /usr/local/lib/gcc-lib/i586-pc-linux-gnulibc2/
total 2
drwxr-xr-x   3 root     root         1024 Dec  8 22:00 egcs-2.90.21/
drwxr-xr-x   3 root     root         1024 Jan 10 12:51 egcs-2.90.23/

Other than having to add the #define to libio, the compiler works fine,
although I don't have dejagnu to test it.  Applications compiled with it
run normally though.

I'll send you the _G_config.h generated in the libio directory if you like.

-George




More information about the Gcc mailing list