| Line 6... |
Line 6... |
| 6 |
CC := $(CROSS)gcc
|
6 |
CC := $(CROSS)gcc
|
| 7 |
AS := $(CROSS)as
|
7 |
AS := $(CROSS)as
|
| 8 |
LD := $(CROSS)ld
|
8 |
LD := $(CROSS)ld
|
| 9 |
OBJCOPY := $(CROSS)objcopy
|
9 |
OBJCOPY := $(CROSS)objcopy
|
| 10 |
UCLPACK := ucl2e10singleblk
|
10 |
UCLPACK := ucl2e10singleblk
|
| 11 |
CRYPTDFU := python $(EMBIOSDIR)/tools/ipodcrypt.py nano2g-cryptdfu
|
11 |
CRYPTDFU := python $(EMBIOSDIR)/tools/ipodcrypt.py s5l8701-cryptdfu
|
| 12 |
|
12 |
|
| 13 |
CFLAGS += -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -ffunction-sections -fdata-sections -mcpu=arm940t
|
13 |
CFLAGS += -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -ffunction-sections -fdata-sections -mcpu=arm940t
|
| 14 |
LDFLAGS += "$(shell $(CC) -print-libgcc-file-name)" --gc-sections
|
14 |
LDFLAGS += "$(shell $(CC) -print-libgcc-file-name)" --gc-sections
|
| 15 |
|
15 |
|
| 16 |
preprocess = $(shell $(CC) $(PPCFLAGS) $(2) -E -P -x c $(1) | grep -v "^\#")
|
16 |
preprocess = $(shell $(CC) $(PPCFLAGS) $(2) -E -P -x c $(1) | grep -v "^\#")
|