freemyipod r455 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r454‎ | r455 | r456 >
Date:20:31, 19 January 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Switch to arm-elf-eabi toolchain
Modified paths:
  • /emcore/trunk/Makefile (modified) (history)
  • /emcore/trunk/loader/ipodclassic/Makefile (modified) (history)
  • /emcore/trunk/loader/ipodnano2g/Makefile (modified) (history)

Diff [purge]

Index: emcore/trunk/Makefile
@@ -1,6 +1,6 @@
22 NAME := emcore
33
4 -CROSS ?= arm-none-eabi-
 4+CROSS ?= arm-elf-eabi-
55 CC := $(CROSS)gcc
66 AS := $(CROSS)as
77 LD := $(CROSS)ld
Index: emcore/trunk/loader/ipodnano2g/Makefile
@@ -2,7 +2,7 @@
33
44 EMCOREDIR ?= ../../
55
6 -CROSS ?= arm-none-eabi-
 6+CROSS ?= arm-elf-eabi-
77 CC := $(CROSS)gcc
88 AS := $(CROSS)as
99 LD := $(CROSS)ld
Index: emcore/trunk/loader/ipodclassic/Makefile
@@ -2,7 +2,7 @@
33
44 EMCOREDIR ?= ../../
55
6 -CROSS ?= arm-none-eabi-
 6+CROSS ?= arm-elf-eabi-
77 CC := $(CROSS)gcc
88 AS := $(CROSS)as
99 LD := $(CROSS)ld