mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
TARGET2 relocation is unused in the current ABI but this change is required for EABI support.
9 lines
177 B
Bash
9 lines
177 B
Bash
# $FreeBSD$
|
|
. ${srcdir}/emulparams/armelf.sh
|
|
. ${srcdir}/emulparams/elf_fbsd.sh
|
|
TARGET2_TYPE=got-rel
|
|
MAXPAGESIZE=0x8000
|
|
GENERATE_PIE_SCRIPT=yes
|
|
|
|
unset STACK_ADDR
|
|
unset EMBEDDED
|