mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -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.
7 lines
177 B
Bash
7 lines
177 B
Bash
SCRIPT_NAME=nw
|
|
OUTPUT_FORMAT="elf32-powerpc"
|
|
TEXT_START_ADDR=0x0400000
|
|
DATA_ADDR=0x10000000
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
NONPAGED_TEXT_START_ADDR=0x0400000
|
|
ARCH=powerpc
|