diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-04-04 23:31:03 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-04-23 21:57:11 +0200 |
commit | 4f28e8a0e50003b8406ae3d80b7a542748bfb0c5 (patch) | |
tree | df3f63ec93d8aa948eb1f29ef663df4c4ae8beda /newlib/libc/string/wcsstr.c | |
parent | 252a07b0ad3353abcd0fcd9b1b65ff977acd679e (diff) | |
download | cygnal-4f28e8a0e50003b8406ae3d80b7a542748bfb0c5.tar.gz cygnal-4f28e8a0e50003b8406ae3d80b7a542748bfb0c5.tar.bz2 cygnal-4f28e8a0e50003b8406ae3d80b7a542748bfb0c5.zip |
Compile exceptions.cc with -fno-omit-frame-pointer on x86
Selectively using -fomit-frame-pointer when -O is used doesn't make sense
anymore, apparently since gcc 4.6, -O implies -fomit-frame-pointer.
exceptions.cc must be compiled with -fno-omit-frame-pointer on x86, as it uses
RtlCaptureContext, which requires a frame pointer.
* Makefile.in : Remove setting -fomit-frame-pointer for compiling
various files, it is already the default. Set
-fno-omit-frame-pointer for exceptions.cc on x86.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc/string/wcsstr.c')
0 files changed, 0 insertions, 0 deletions