mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
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)
5 lines
124 B
Bash
Executable file
5 lines
124 B
Bash
Executable file
# $FreeBSD$
|
|
. ${srcdir}/emulparams/elf32btsmipn32.sh
|
|
. ${srcdir}/emulparams/elf_fbsd.sh
|
|
GENERATE_PIE_SCRIPT=yes
|
|
ALIGNMENT=8
|