Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2011 12:07:15 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228766 - head/usr.bin/mkesdb
Message-ID:  <201112211207.pBLC7FRX067647@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Wed Dec 21 12:07:14 2011
New Revision: 228766
URL: http://svn.freebsd.org/changeset/base/228766

Log:
  - Remove a GCC-specific compiler flag that was added before to eliminate
    some warnings but at the moment does not seem to be necessary.
  
  Submitted by:	arundel (via private mail)
  Tested by:	arundel
  MFC after:	1 week

Modified:
  head/usr.bin/mkesdb/Makefile.inc

Modified: head/usr.bin/mkesdb/Makefile.inc
==============================================================================
--- head/usr.bin/mkesdb/Makefile.inc	Wed Dec 21 11:49:33 2011	(r228765)
+++ head/usr.bin/mkesdb/Makefile.inc	Wed Dec 21 12:07:14 2011	(r228766)
@@ -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?201112211207.pBLC7FRX067647>