From owner-cvs-all Thu Aug 20 14:45:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00799 for cvs-all-outgoing; Thu, 20 Aug 1998 14:45:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00791; Thu, 20 Aug 1998 14:45:50 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA10912; Thu, 20 Aug 1998 14:45:46 -0700 (PDT) Date: Thu, 20 Aug 1998 14:45:46 -0700 (PDT) Message-Id: <199808202145.OAA10912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/20 14:45:46 PDT Modified files: gnu/usr.bin/cc/cc_tools Makefile Log: Make the build tools static to avoid trying to use the shared loader before it is installed. This upsets Bruce because the host boostrap build forces tools to be static anyway. He says I'm abusing NOTOOLS in src/Makefile by using it to do a aout->elf transition build. One day I'll find a place to install host tools like these to allow a true cross build. Revision Changes Path 1.13 +4 -4 src/gnu/usr.bin/cc/cc_tools/Makefile