mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-04-28 16:51:15 +00:00
10 lines
66 B
Plaintext
10 lines
66 B
Plaintext
|
|
OUTPUT_ARCH(sh)
|
||
|
|
SECTIONS
|
||
|
|
{
|
||
|
|
.initrd :
|
||
|
|
{
|
||
|
|
*(.data)
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|