haiku/build
Alex Smith 8c0e3c951a Add -mno-red-zone to the kernel CCFLAGS/C++FLAGS.
The red zone is a 128-byte area below the stack pointer specified by the
AMD64 ABI that can be used by leaf functions for their stack frame without
modifying the stack pointer. It is guaranteed not to be modified by signal
handlers. This cannot be used in kernel mode code, as an interrupt handler
could overwrite it, so stop GCC from generating code that uses it.
2012-06-15 20:05:25 +01:00
..
config_headers Replaced mention of "SVN" with "version control system". 2011-12-04 14:51:47 +01:00
jam Add -mno-red-zone to the kernel CCFLAGS/C++FLAGS. 2012-06-15 20:05:25 +01:00
scripts use system zlib when cross building gcc4 to fix #8242 2012-04-15 13:28:50 +02:00