haiku/data/develop
Mark Barnett 072d3935c2 makefile-engine: Fix driver compilation on x86_64
Remove unnecessary -fno-pic and make sure x64 linker output doesn't
put too much space between program header sections. By default, the
GNU linker will align program headers to page boundaries. In Haiku's
x86_64 builds this is 2MB, which the kernel considers to be too
much wasted space.

Fixes #15702

Change-Id: I2adce69b3de74340b05f7c0e8cda44d1b25b69fa
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3361
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
2020-10-30 07:41:17 +00:00
..
Jamfile Localization support added into Jamfile-engine. 2011-11-28 13:16:28 +01:00
Jamfile-engine Jamfile/makefile-engines:replace -nostart with -shared 2013-05-26 12:42:46 +02:00
Makefile Makefile Engine template: Whitespace cleanup and synchronization. 2018-08-25 21:28:29 -04:00
makefile-engine makefile-engine: Fix driver compilation on x86_64 2020-10-30 07:41:17 +00:00