Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which...
commit5e7d413b7bd22495445574eac0637533a354534c
authoredrikk <edriss@hotmail.com>
Wed, 8 Apr 2015 18:41:29 +0000 (8 18:41 +0000)
committeredrikk <edriss@hotmail.com>
Wed, 8 Apr 2015 18:41:29 +0000 (8 18:41 +0000)
treed3806b17f920d8c81efb1cceafde9dda5f61dd65
parentd473bae1028d9e839c0d318af83024b7ad0a7a5f
Adding -fno-delete-null-pointer-checks compiler flags.  The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
(In this file it's commented out; Just adding for completeness)
release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/Makefile