Subversion Repositories freemyipod

Rev

Rev 457 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 457 Rev 462
Line 1... Line 1...
1
NAME := uninstaller-nano2g
1
NAME := uninstaller-nano2g
2
 
2
 
3
EMBIOSDIR ?= ../../embios/trunk/
3
EMBIOSDIR ?= ../../embios/trunk/
4
 
4
 
-
 
5
ifeq ($(shell uname),WindowsNT)
-
 
6
CCACHE :=
-
 
7
else
-
 
8
CCACHE := $(shell which ccache)
-
 
9
endif
-
 
10
 
5
CROSS   ?= arm-elf-eabi-
11
CROSS   ?= arm-elf-eabi-
6
CC      := $(CROSS)gcc
12
CC      := $(CCACHE) $(CROSS)gcc
7
AS      := $(CROSS)as
13
AS      := $(CROSS)as
8
LD      := $(CROSS)ld
14
LD      := $(CROSS)ld
9
OBJCOPY := $(CROSS)objcopy
15
OBJCOPY := $(CROSS)objcopy
10
UCLPACK := ucl2e10singleblk
16
UCLPACK := ucl2e10singleblk
11
 
17