mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
us up to version 2.17.50.20070703, at the last GPLv2 commit. Amongst others, this added upstream support for some FreeBSD-specific things that we previously had to manually hack in, such as the OSABI label support, and so on. There are also quite a number of new files, some for cpu's (e.g. SPU) that we may or may not be interested in, but those can be cleaned up later on, if needed.
9 lines
220 B
Bash
9 lines
220 B
Bash
ARCH="i386:x86-64"
|
|
SCRIPT_NAME=pep
|
|
OUTPUT_FORMAT="pei-x86-64"
|
|
RELOCATEABLE_OUTPUT_FORMAT="pe-x86-64"
|
|
TEMPLATE_NAME=pep
|
|
ENTRY="_mainCRTStartup"
|
|
SUBSYSTEM=PE_DEF_SUBSYSTEM
|
|
INITIAL_SYMBOL_CHAR=\"_\"
|
|
TARGET_PAGE_SIZE=0x1000
|