Home
last modified time | relevance | path

Searched hist:b6a467d7 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A Dconfig.mkb6a467d7 Sun Nov 06 23:26:43 CST 2011 Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> config.mk: use memoization in cc-option macro to speed up compilation

Apply memoization to cc-option macro by caching the results of the
gcc calls. This macro is called very often so using cached results
leads to faster compilation times.

The old behaviour can be restored by defining the config option
CONFIG_CC_OPT_CACHE_DISABLE=y.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>