From owner-cvs-all Fri Nov 10 8:54:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51A8637B479; Fri, 10 Nov 2000 08:54:46 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA61751; Fri, 10 Nov 2000 08:54:46 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011101654.IAA61751@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Nov 2000 08:54:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools freebsd-native.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/10 08:54:45 PST Modified files: gnu/usr.bin/cc/cc_tools freebsd-native.h Log: Link with libgcc_pic when building shared objects. (note we should not just use GCC's default LIBGCC_SPEC as it doesn't use the PIC version when linking shared) Recomended by: jdp PR: 21983 Revision Changes Path 1.7 +5 -2 src/gnu/usr.bin/cc/cc_tools/freebsd-native.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message