mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
a6913a2ce3
what it does.
8 lines
184 B
Text
8 lines
184 B
Text
OUTPUT_FORMAT("elf32-littlearm")
|
|
OUTPUT_ARCH(arm)
|
|
ENTRY(ArmletEntryPoint)
|
|
SEARCH_DIR(/usr/local/arm-elf/lib);
|
|
SECTIONS
|
|
{
|
|
.text 0x00000000 : { *(.text) *(.rodata) *(.rodata.str1.4) }
|
|
}
|