From owner-cvs-all Wed Mar 11 13:03:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08645 for cvs-all-outgoing; Wed, 11 Mar 1998 13:03:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 NAA08557; Wed, 11 Mar 1998 13:03:09 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA03765; Wed, 11 Mar 1998 13:00:50 -0800 (PST) Date: Wed, 11 Mar 1998 13:00:50 -0800 (PST) Message-Id: <199803112100.NAA03765@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile.alpha Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/03/11 13:00:49 PST Modified files: . Makefile.alpha Log: Put a -DBOOTSTRAP in the make flags for the lib-tools so that the crt objects built during that phase don't try to find FreeBSD specific headers. This causes the rtld to be left out, but that's OK because at this stage, the programs are linked statically anyway. When the libraries are built, the crt objects will be built with the FreeBSD tools and compiled against the FreeBSD headers, so that's the time when the rtld support cuts in. Revision Changes Path 1.5 +4 -3 src/Makefile.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message