Disable _FORTIFY_SOURCE for the simulator
commit1207c7b6416084624aeeb78ba8222d9a4ca49d94
authorFrank Gevaerts <frank@gevaerts.be>
Tue, 3 Apr 2012 18:13:19 +0000 (3 20:13 +0200)
committerFrank Gevaerts <frank@gevaerts.be>
Tue, 3 Apr 2012 18:15:32 +0000 (3 20:15 +0200)
treee8d9cc370fff22defcfaed6847b047bfc7a37780
parent416da2260c31422bb6ac2b38f95945c3196b24f3
Disable _FORTIFY_SOURCE for the simulator

Most of our code was written to be efficient. While adding return value
checks everywhere would be a good idea in theory, it would increase binsize
a lot, and #ifdeffing those checks for sim-only is not doable. Disabling
_FORTIFY_SOURCE makes the warning disappear for innocent commits that
can't be blamed for them.

Change-Id: I8171869a140580cbf89f39776856eb3f65641366
tools/configure