mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
8 lines
No EOL
141 B
Text
8 lines
No EOL
141 B
Text
OUTPUT_FORMAT(elf32-powerpc);
|
|
|
|
SECTIONS
|
|
{
|
|
.text : { *(.text) }
|
|
.data : { *(.data) *(.rodata) }
|
|
.bss : { *(.sbss) *(.bss) *(COMMON) }
|
|
} |