mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
13 lines
331 B
Bash
13 lines
331 B
Bash
# $FreeBSD$
|
|
#XXX: This should be used once those bits are merged back in the FSF repo.
|
|
#. ${srcdir}/emulparams/armelf_fbsd.sh
|
|
#
|
|
#OUTPUT_FORMAT="elf32-bigarm"
|
|
. ${srcdir}/emulparams/armelf.sh
|
|
. ${srcdir}/emulparams/elf_fbsd.sh
|
|
MAXPAGESIZE=0x8000
|
|
GENERATE_PIE_SCRIPT=yes
|
|
|
|
unset STACK_ADDR
|
|
unset EMBEDDED
|
|
OUTPUT_FORMAT="elf32-bigarm"
|