[riot-commits] [RIOT-OS/RIOT] 012fb5: Fix -fno-delete-null-pointer-checks (#664)
Christian Mehlis
mehlis at inf.fu-berlin.de
Wed Feb 12 10:48:28 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 012fb5f95d31f732810eedd06a027112abb22b93
https://github.com/RIOT-OS/RIOT/commit/012fb5f95d31f732810eedd06a027112abb22b93
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
M Makefile.include
Log Message:
-----------
Fix -fno-delete-null-pointer-checks (#664)
Only use -fno-delete-null-pointer-checks if the supplied compiler knows
the flag. Clang does not understand the flag, and does not need it.
Commit: 07c5ae3ca90a7349d53e31f4009823d7164f0220
https://github.com/RIOT-OS/RIOT/commit/07c5ae3ca90a7349d53e31f4009823d7164f0220
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2014-02-12 (Wed, 12 Feb 2014)
Changed paths:
M Makefile.include
Log Message:
-----------
Merge pull request #664 from Kijewski/conditional-fno-delete-null-pointer-checks
clang does not know fno-delete-null-pointer-checks
Compare: https://github.com/RIOT-OS/RIOT/compare/44ee27a9593d...07c5ae3ca90a
More information about the commits
mailing list