From owner-svn-src-all@FreeBSD.ORG Fri Dec 16 22:19:13 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8B84106566C; Fri, 16 Dec 2011 22:19:13 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2278FC18; Fri, 16 Dec 2011 22:19:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pBGMJDnE029280; Fri, 16 Dec 2011 22:19:13 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pBGMJDoB029278; Fri, 16 Dec 2011 22:19:13 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201112162219.pBGMJDoB029278@svn.freebsd.org> From: Dimitry Andric Date: Fri, 16 Dec 2011 22:19:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r228601 - head/gnu/usr.bin/binutils/libbinutils X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 16 Dec 2011 22:19:13 -0000 Author: dim Date: Fri Dec 16 22:19:13 2011 New Revision: 228601 URL: http://svn.freebsd.org/changeset/base/228601 Log: Define YY_NO_INPUT when building libbinutils, to prevent warnings about unused input() functions emitted by lex. MFC after: 1 week Modified: head/gnu/usr.bin/binutils/libbinutils/Makefile Modified: head/gnu/usr.bin/binutils/libbinutils/Makefile ============================================================================== --- head/gnu/usr.bin/binutils/libbinutils/Makefile Fri Dec 16 22:05:10 2011 (r228600) +++ head/gnu/usr.bin/binutils/libbinutils/Makefile Fri Dec 16 22:19:13 2011 (r228601) @@ -25,6 +25,7 @@ SRCS+= arlex.l \ CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\" CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\" CFLAGS+= -D_GNU_SOURCE +CFLAGS+= -DYY_NO_INPUT CFLAGS+= -I${SRCDIR}/binutils CFLAGS+= -I${SRCDIR}/bfd INTERNALLIB=