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