Subject: Re: binutils 2.9.1 TESTERS NEEDED / egcs /macppc
To: Todd Vierling <tv@pobox.com>
From: Erik Bertelsen <erik@mediator.uni-c.dk>
List: current-users
Date: 02/04/1999 20:12:02
On Tue, Feb 02, 1999 at 09:23:33PM -0500, Todd Vierling wrote:
> I have imported binutils/bfd 2.9.1 into src/gnu/dist, and have tested it
> thoroughly on i386 and alpha, and partly on arm32.  I need some testers to
> verify operation on all other platforms.
> 

Today's clean-up of apparently unused config-files went a little too far,
at least as seen on a macppc:

 make
cc -O  -Werror   -I/home/src/gnu/usr.bin/egcs/common/../arch  -I/home/src/gnu/usr.bin/egcs/common/../arch/powerpc  -I/home/src/gnu/usr.bin/egcs/common/obj.macppc  -I/home/src/gnu/usr.bin/egcs/common/../../../dist/gcc  -I/home/src/gnu/usr.bin/egcs/common/../../../dist/gcc/config  -DIN_GCC -DNETBSD_NATIVE -DDEFAULT_ELF -DHAVE_CONFIG_H -DPREFIX=\"/usr\"  -DDEFAULT_TARGET_VERSION=\"egcs-1.1.1\"  -DDEFAULT_TARGET_MACHINE=\"rs6000-netbsd\"  -DSTANDARD_STARTFILE_PREFIX=\"/usr/lib/\"  -DSTANDARD_EXEC_PREFIX=\"/usr/libexec/\"  -DTOOLDIR_BASE_PREFIX=\"/usr/libexec/\" -DHAIFA -DTARGET_NAME=\"rs6000-netbsd\" -c -fPIC -DPIC /home/src/gnu/usr.bin/egcs/common/../../../dist/gcc/config/rs6000/rs6000.c -o rs6000.so
In file included from /home/src/gnu/usr.bin/egcs/common/../../../dist/gcc/config/rs6000/netbsd.h:2,
                 from /home/src/gnu/usr.bin/egcs/common/../arch/powerpc/tm.h:3,
                 from /home/src/gnu/usr.bin/egcs/common/../../../dist/gcc/config/rs6000/xm-rs6000.h:38,
                 from /home/src/gnu/usr.bin/egcs/common/../../../dist/gcc/config/rs6000/xm-netbsd.h:1,
                 from /home/src/gnu/usr.bin/egcs/common/../arch/powerpc/tconfig.h:3,
                 from /home/src/gnu/usr.bin/egcs/common/../arch/config.h:4,
                 from /home/src/gnu/usr.bin/egcs/common/../../../dist/gcc/config/rs6000/rs6000.c:22:
/home/src/gnu/usr.bin/egcs/common/../../../dist/gcc/config/rs6000/sysv4.h:363: svr4.h: No such file or directory
*** Error code 1

Reviving dist/gcc/config/svr4.h makes it make again.

- Erik Bertelsen