Home
last modified time | relevance | path

Searched hist:"687 a7518a1b1e40e005711603dcb14e0f6942d6d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefile687a7518a1b1e40e005711603dcb14e0f6942d6d Thu Jul 02 01:30:17 CDT 2015 Prabhakar Kushwaha <prabhakar@freescale.com> Makefile:Add GCC flag -fno-delete-null-pointer-checks

-fdelete-null-pointer-checks flag controls global dataflow analyses and
eliminate useless checks for null pointers; It assume that if a pointer is
checked after it has already been dereferenced, it cannot be null.
This flag is enabled by default.

gcc v4.9 has more optimizations added to this option. Hence it is very
aggressive with GCC v4.9 series. Add -fno-delete-null-pointer-checks to
disable the optimization

Signed-off-by: Rohit Dharmakan <rohitarulraj@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>