From owner-cvs-contrib Wed Aug 27 18:41:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA28798 for cvs-contrib-outgoing; Wed, 27 Aug 1997 18:41:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA28608; Wed, 27 Aug 1997 18:39:59 -0700 (PDT) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA24550; Wed, 27 Aug 1997 18:39:00 -0700 (PDT) Date: Wed, 27 Aug 1997 18:39:00 -0700 (PDT) Message-Id: <199708280139.SAA24550@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/gcc/config/i386 freebsd-elf.h Sender: owner-cvs-contrib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1997/08/27 18:38:59 PDT Modified files: contrib/gcc/config/i386 freebsd-elf.h Log: Add the necessary defines to the freebsd-elf configuration so that it can be built via BINFORMAT=elf in the environment. Most likely some of the directory defines such as STANDARD_EXEC_PREFIX will change again soon, as we settle on the proper locations for the various components. Note, the build still fails when it tries to compile libgcc2.c using the ELF compiler, unless arrangements have been made for the compiler to find the ELF assembler instead of the a.out assembler. Revision Changes Path 1.6 +39 -1 src/contrib/gcc/config/i386/freebsd-elf.h