mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-15 02:06:02 -04:00
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
OUTPUT_FORMAT("elf32-m68k", "elf32-m68k",
|
|
"elf32-m68k")
|
|
OUTPUT_ARCH(m68k)
|
|
ENTRY(_start)
|
|
|
|
SECTIONS {
|
|
|
|
.text : {_start = .; *(.text)}
|
|
}
|