From owner-cvs-all Mon Mar 23 03:51:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28568 for cvs-all-outgoing; Mon, 23 Mar 1998 03:51:08 -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 DAA28563; Mon, 23 Mar 1998 03:51:07 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10791; Mon, 23 Mar 1998 03:50:41 -0800 (PST) Date: Mon, 23 Mar 1998 03:50:41 -0800 (PST) Message-Id: <199803231150.DAA10791@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/03/23 03:50:40 PST Modified files: gnu/usr.bin/cc/cc_tools Makefile Log: Honour -static in LDLAGS. ld without -Bstatic is happy to choose static libraries if there are no shared libraries in the search path, but gcc without -static blindly attempts to link crt0.o. Revision Changes Path 1.10 +4 -4 src/gnu/usr.bin/cc/cc_tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message