Files
u-boot/include/configs
Masahiro Yamada e91df49fbb kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED
Many (but not all) of Blackfin boards give -O2 option
to compile under lib/ directory.
That means lib/ should be speed-optimized,
whereas other parts should be size-optimized.

We want to keep the same behavior,
but do not want to parse board/*/config.mk again and again.
We've got no choice but to invent a new method.

CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED, if it is enabled,
gives -O2 flag only for building under lib/ directory.

Dirty codes which I had marked as "FIX ME"
in board/${BOARD}/config.mk have been deleted.
Instead, CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED has been
defined in include/configs/${BOARD}.h.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Sonic Zhang <sonic.zhang@analog.com>
2014-03-07 10:59:06 -05:00
..
2014-02-07 08:14:33 -05:00
2013-10-17 09:44:20 +02:00
2014-02-21 14:03:44 -05:00
2013-11-04 11:02:14 -05:00
2014-02-13 17:45:36 +01:00
2014-02-21 13:55:40 -05:00
2013-11-04 11:02:14 -05:00
2014-01-26 15:24:43 +01:00
2014-02-11 11:24:12 +01:00
2013-12-09 13:21:47 +01:00
2013-12-09 13:21:47 +01:00
2013-12-09 13:21:47 +01:00
2013-11-04 11:09:34 -05:00
2014-02-06 04:48:15 +01:00
2014-02-19 09:41:20 +01:00
2014-02-19 09:41:20 +01:00