From owner-cvs-src-old@FreeBSD.ORG Thu Jun 3 17:42:58 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CEDF1065670 for ; Thu, 3 Jun 2010 17:42:58 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 279C38FC22 for ; Thu, 3 Jun 2010 17:42:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o53HgwHi018021 for ; Thu, 3 Jun 2010 17:42:58 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o53Hgw0h018020 for cvs-src-old@freebsd.org; Thu, 3 Jun 2010 17:42:58 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201006031742.o53Hgw0h018020@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Thu, 3 Jun 2010 17:42:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot0 Makefile src/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile src/sys/boot/i386/cdboot Makefile src/sys/boot/i386/mbr Makefile src/sys/boot/i386/pmbr Makefile src/sys/boot/pc98/boot0 Makefile ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2010 17:42:58 -0000 ed 2010-06-03 17:42:32 UTC FreeBSD src repository Modified files: sys/boot/i386/boot0 Makefile sys/boot/i386/btx/btx Makefile sys/boot/i386/btx/btxldr Makefile sys/boot/i386/cdboot Makefile sys/boot/i386/mbr Makefile sys/boot/i386/pmbr Makefile sys/boot/pc98/boot0 Makefile sys/boot/pc98/boot0.5 Makefile sys/boot/pc98/btx/btx Makefile sys/boot/pc98/btx/btxldr Makefile sys/boot/pc98/cdboot Makefile sys/boot/sparc64/boot1 Makefile Log: SVN rev 208789 on 2010-06-03 17:42:32Z by ed Use -Wl,-N instead of the undocumented -N option for GCC. GCC forwards the -N flag directly to ld. This flag is not documented and not supported by (for example) Clang. Just use -Wl,-N. Submitted by: Pawel Worach Revision Changes Path 1.36 +1 -1 src/sys/boot/i386/boot0/Makefile 1.21 +1 -1 src/sys/boot/i386/btx/btx/Makefile 1.19 +1 -1 src/sys/boot/i386/btx/btxldr/Makefile 1.14 +1 -1 src/sys/boot/i386/cdboot/Makefile 1.16 +1 -1 src/sys/boot/i386/mbr/Makefile 1.2 +1 -1 src/sys/boot/i386/pmbr/Makefile 1.7 +1 -1 src/sys/boot/pc98/boot0.5/Makefile 1.5 +1 -1 src/sys/boot/pc98/boot0/Makefile 1.14 +1 -1 src/sys/boot/pc98/btx/btx/Makefile 1.11 +1 -1 src/sys/boot/pc98/btx/btxldr/Makefile 1.2 +1 -1 src/sys/boot/pc98/cdboot/Makefile 1.12 +1 -1 src/sys/boot/sparc64/boot1/Makefile