From owner-cvs-all Tue Oct 6 04:28:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA29631 for cvs-all-outgoing; Tue, 6 Oct 1998 04:28:48 -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 EAA29607; Tue, 6 Oct 1998 04:28:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA26628; Tue, 6 Oct 1998 04:28:29 -0700 (PDT) Date: Tue, 6 Oct 1998 04:28:29 -0700 (PDT) Message-Id: <199810061128.EAA26628@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc/libgcc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/10/06 04:28:29 PDT Modified files: gnu/usr.bin/cc/libgcc Makefile Log: Replace use of non-standard ld -O with a ld -o / mv combination as used elsewhere in the tree. Binutils doesn't support the -O hack^H^H^H^H extension. (actually, it ignores it for option compatability with some other OS). Revision Changes Path 1.18 +13 -7 src/gnu/usr.bin/cc/libgcc/Makefile