From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 12 May 2013 15:53:29 +0800 References: <1367997686-12331-1-git-send-email-sven@narfation.org> In-Reply-To: <1367997686-12331-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201305121553.30034.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [Bonus-PATCH 10/9] batman-adv-devel: Don't overwrite batctl's CFLAGS Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Cc: Sven Eckelmann On Wednesday, May 08, 2013 15:21:25 Sven Eckelmann wrote: > The batctl makefile has CFLAGS which change the behavior of the compiler. > This includes important things like the C-dialect used or whether the > compiler can ignore aliasing problems during the optimization step. > > The OpenWRT build environment should not overwrite these settings without a > good reason. Most of these reasons can probably directly be fixed upstream. > > Signed-off-by: Sven Eckelmann > --- > batman-adv-devel/Makefile | 3 --- > 1 file changed, 3 deletions(-) Applied in revision 110ca73. Thanks, Marek