gcc: Don't default to -fomit-frame-pointer on x86_64.

This is already done on x86 using the --enable-frame-pointer option
to GCC's configure script, but that option only works for 32-bit x86.
Added an option to haiku64.h that forces it off by default for 64-bit.
This commit is contained in:
Alex Smith 2013-07-27 16:06:05 +01:00
parent 0b4c64c23c
commit 6e7ceb81be

View File

@ -131,3 +131,5 @@ Boston, MA 02111-1307, USA. */
#undef TARGET_ASM_UNIQUE_SECTION
#define TARGET_ASM_UNIQUE_SECTION x86_64_elf_unique_section
#define USE_X86_64_FRAME_POINTER 1