Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2011 13:13:42 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r229083 - stable/9/usr.bin/mkesdb
Message-ID:  <201112311313.pBVDDgmw064602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Sat Dec 31 13:13:42 2011
New Revision: 229083
URL: http://svn.freebsd.org/changeset/base/229083

Log:
  MFC r228766:
    - Remove a GCC-specific compiler flag that was added before to eliminate
      some warnings but at the moment does not seem to be necessary.

Modified:
  stable/9/usr.bin/mkesdb/Makefile.inc
Directory Properties:
  stable/9/usr.bin/mkesdb/   (props changed)

Modified: stable/9/usr.bin/mkesdb/Makefile.inc
==============================================================================
--- stable/9/usr.bin/mkesdb/Makefile.inc	Sat Dec 31 13:12:29 2011	(r229082)
+++ stable/9/usr.bin/mkesdb/Makefile.inc	Sat Dec 31 13:13:42 2011	(r229083)
@@ -2,5 +2,4 @@
 
 SRCS+=	lex.l yacc.y
 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mkesdb \
-	 -I${.CURDIR}/../../lib/libc/iconv \
-	 --param max-inline-insns-single=64
+	 -I${.CURDIR}/../../lib/libc/iconv



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112311313.pBVDDgmw064602>