Hi
built gpc same way as always ( no CVS ) and gpc -v gives
Reading specs from /usr/local/lib/gcc-lib/@target_alias@/2.95.3/specs gpc version 20010924, based on 2.95.3 20010315 (release)
As is, test fails miserably. quick kludge: found cp -r @target_alias@/* i586-pc-linux-gnu works. the i5 etc directory is where everything should have been.
then test results are: tests 1763 pass 1762 skip 1 fail 0
russ
Russell Whitaker wrote:
built gpc same way as always ( no CVS ) and gpc -v gives
Reading specs from /usr/local/lib/gcc-lib/@target_alias@/2.95.3/specs gpc version 20010924, based on 2.95.3 20010315 (release)
As is, test fails miserably. quick kludge: found cp -r @target_alias@/* i586-pc-linux-gnu works. the i5 etc directory is where everything should have been.
Can't reproduce that here. Are you sure your copy of gcc is alright, and you ran configure correctly (that's when @target_alias@ in gcc/Makefile.in should be replaced by the real target when creating gcc/Makefile).
gpc's own code doesn't do much with target_alias at all, and I'm not aware of any recent changes in this area, either.
then test results are: tests 1763 pass 1762 skip 1 fail 0
Good. :-)
Frank