[ARM]
Missed this one in previous commit: remove board.ld include as we now give LD the address directly. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32285 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
feb750d331
commit
e4b608db5b
@ -1,9 +1,6 @@
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
||||
OUTPUT_ARCH(arm)
|
||||
|
||||
/* include board-specific definitions */
|
||||
INCLUDE board.ld
|
||||
|
||||
ENTRY(_start)
|
||||
SECTIONS
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user