mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-25 19:07:46 +00:00
10 lines
66 B
Plaintext
10 lines
66 B
Plaintext
|
OUTPUT_ARCH(sh)
|
||
|
SECTIONS
|
||
|
{
|
||
|
.initrd :
|
||
|
{
|
||
|
*(.data)
|
||
|
}
|
||
|
}
|
||
|
|