Commit 6b6dc145 authored by Tony Lindgren's avatar Tony Lindgren

ARM: Linker compile fix for gcc-3.3.4

Linker compile fix for gcc-3.3.4.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 463db204
......@@ -161,7 +161,3 @@ SECTIONS
.stab.indexstr 0 : { *(.stab.indexstr) }
.comment 0 : { *(.comment) }
}
/* those must never be empty */
ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support")
ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment