mirror of
https://github.com/rdolbeau/NuBusFPGA.git
synced 2025-01-11 03:29:45 +00:00
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
|
OUTPUT_ARCH( "riscv" )
|
||
|
SECTIONS
|
||
|
{
|
||
|
. = 0x00410000;
|
||
|
.text : { *(.text) }
|
||
|
}
|