Remove enable_executable_check as it's not needed anymore.

Reported by: dougray.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-06-07 16:02:16 +02:00
parent 96dbe64813
commit 69544d1e43
4 changed files with 5 additions and 29 deletions

View file

@ -39,8 +39,6 @@
#define GRUB_BOOT_DIR_NAME "@bootdirname@"
/* Default grub directory name */
#define GRUB_DIR_NAME "@grubdirname@"
/* Define to 1 if GCC generates calls to __enable_execute_stack(). */
#define NEED_ENABLE_EXECUTE_STACK @NEED_ENABLE_EXECUTE_STACK@
/* Define to 1 if GCC generates calls to __register_frame_info(). */
#define NEED_REGISTER_FRAME_INFO @NEED_REGISTER_FRAME_INFO@