mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
d12582eb67
of of 4 causes _end to be word aligned, which will be returned by sbrk. malloc(3), when compiled for n32, expects sbrk to return an 8-byte aligned value. Approved by: rrs (mentor)
6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
# $FreeBSD$
|
|
. ${srcdir}/emulparams/elf32ltsmipn32.sh
|
|
. ${srcdir}/emulparams/elf_fbsd.sh
|
|
GENERATE_PIE_SCRIPT=yes
|
|
ALIGNMENT=8
|