package/Makefile.in: remove BR2_TARGET_OPTIMIZATION from TARGET_CFLAGS
authorArnout Vandecappelle <arnout@mind.be>
Wed, 14 Oct 2015 22:19:10 +0000 (00:19 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 28 Oct 2015 23:02:48 +0000 (00:02 +0100)
commit50f44d877e5246198e692ecab3579ec36779da74
tree1a29162ab291a1fa544e73af9e5d1ca963314f7b
parentf6a68408a8f42c94e75494fdf972f61dde186fb7
package/Makefile.in: remove BR2_TARGET_OPTIMIZATION from TARGET_CFLAGS

Since the toolchain is always wrapped and the wrapper already passes
BR2_TARGET_OPTIMIZATION (through BR_ADDITIONAL_CFLAGS), there is no longer
any need to pass it in TARGET_CFLAGS as well.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Makefile.in