mirror of
https://github.com/rdolbeau/NuBusFPGA.git
synced 2024-12-24 23:29:58 +00:00
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
OUTPUT_ARCH( "riscv" )
|
|
SECTIONS
|
|
{
|
|
. = 0xF0910000;
|
|
.text : { *(.text) }
|
|
}
|