u-boot-2016/lib
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
..
libfdt
lzma kbuild: use Linux Kernel build scripts 2014-02-19 11:07:50 -05:00
lzo
rsa
tizen lib: tizen: change Tizen logo with the new one. 2014-02-03 15:36:14 +09:00
zlib
addr_map.c
aes.c
asm-offsets.c
bch.c
bitrev.c
bzlib.c
bzlib_crctable.c
bzlib_decompress.c
bzlib_huffman.c
bzlib_private.h
bzlib_randtable.c
circbuf.c
crc7.c
crc8.c Add crc8 routine 2014-01-08 17:20:34 -07:00
crc16.c
crc32.c
ctype.c
display_options.c Add 64-bit data support for memory commands 2014-03-04 12:15:30 -05:00
div64.c
errno.c
fdtdec.c mmc: tegra: support Tegra124 2014-02-03 09:46:45 -07:00
fdtdec_test.c
gunzip.c
gzip.c
hang.c
hashtable.c
initcall.c
ldiv.c
linux_string.c
lmb.c
Makefile kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED 2014-03-07 10:59:06 -05:00
md5.c
net_utils.c
physmem.c
qsort.c
rand.c
rbtree.c
sha1.c
sha256.c
slre.c
string.c
strmhz.c
time.c lib: time: add weak timer_init() function 2014-01-24 16:59:06 -05:00
tpm.c
trace.c
uuid.c
vsprintf.c lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabled 2014-01-24 16:59:07 -05:00