summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/boot.lds')
-rw-r--r--firmware/boot.lds4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index f361e45e9e..556e8db990 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -7,15 +7,11 @@ INPUT(target/coldfire/crt0.o)
7#elif defined (CPU_ARM) 7#elif defined (CPU_ARM)
8OUTPUT_FORMAT(elf32-littlearm) 8OUTPUT_FORMAT(elf32-littlearm)
9OUTPUT_ARCH(arm) 9OUTPUT_ARCH(arm)
10#ifndef IPOD_ARCH
11/* the ipods can't have the crt0.o mentioned here, but the others can't do
12 without it! */
13#ifdef CPU_PP 10#ifdef CPU_PP
14INPUT(target/arm/crt0-pp.o) 11INPUT(target/arm/crt0-pp.o)
15#else 12#else
16INPUT(target/arm/crt0.o) 13INPUT(target/arm/crt0.o)
17#endif 14#endif
18#endif
19#else 15#else
20OUTPUT_FORMAT(elf32-sh) 16OUTPUT_FORMAT(elf32-sh)
21INPUT(target/sh/crt0.o) 17INPUT(target/sh/crt0.o)