From owner-svn-src-all@FreeBSD.ORG Mon May 25 05:16:11 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF5497BA; Mon, 25 May 2015 05:16:11 +0000 (UTC) (envelope-from dchagin@dchagin.static.corbina.net) Received: from heemeyer.club (heemeyer.club [IPv6:2001:19f0:6400:80a1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "heemeyer.club", Issuer "heemeyer.club" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 80E728E1; Mon, 25 May 2015 05:16:10 +0000 (UTC) (envelope-from dchagin@dchagin.static.corbina.net) Received: from dchagin.static.corbina.net (dchagin.static.corbina.ru [78.107.232.239]) by heemeyer.club (8.15.1/8.15.1) with ESMTPS id t4P5G7Fd005512 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 25 May 2015 05:16:08 GMT (envelope-from dchagin@dchagin.static.corbina.net) X-Authentication-Warning: heemeyer.club: Host dchagin.static.corbina.ru [78.107.232.239] claimed to be dchagin.static.corbina.net Received: from dchagin.static.corbina.net (localhost [127.0.0.1]) by dchagin.static.corbina.net (8.15.1/8.15.1) with ESMTPS id t4P5G6u9012167 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 25 May 2015 08:16:06 +0300 (MSK) (envelope-from dchagin@dchagin.static.corbina.net) Received: (from dchagin@localhost) by dchagin.static.corbina.net (8.15.1/8.15.1/Submit) id t4P5G6ue012166; Mon, 25 May 2015 08:16:06 +0300 (MSK) (envelope-from dchagin) Date: Mon, 25 May 2015 08:16:06 +0300 From: Chagin Dmitry To: Craig Rodrigues Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r283506 - in head/sys: conf modules/linux modules/linux64 Message-ID: <20150525051606.GA12155@dchagin.static.corbina.net> References: <201505250107.t4P17uNs061671@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201505250107.t4P17uNs061671@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 05:16:11 -0000 On Mon, May 25, 2015 at 01:07:56AM +0000, Craig Rodrigues wrote: > Author: rodrigc > Date: Mon May 25 01:07:55 2015 > New Revision: 283506 > URL: https://svnweb.freebsd.org/changeset/base/283506 > > Log: > For objcopy, use --input-target and --output-target > > When building with gcc 4.9 and binutils 2.25, > using '--input' and '--output' returns an error > message: > objcopy: option `--input' is ambiguous thank you > > Reported by: Jenkins > -- Have fun! chd