freemyipod r37 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r36‎ | r37 | r38 >
Date:05:22, 6 August 2010
Author:farthen
Status:new
Tags:
Comment:
Change the CROSS variable to not include the dash
Modified paths:
  • /embios/trunk/Makefile (modified) (history)

Diff [purge]

Index: embios/trunk/Makefile
@@ -1,10 +1,10 @@
22 NAME := embios
33
4 -CROSS ?= arm-none-eabi-
5 -CC := $(CROSS)gcc
6 -AS := $(CROSS)as
7 -LD := $(CROSS)ld
8 -OBJCOPY := $(CROSS)objcopy
 4+CROSS ?= arm-none-eabi
 5+CC := $(CROSS)-gcc
 6+AS := $(CROSS)-as
 7+LD := $(CROSS)-ld
 8+OBJCOPY := $(CROSS)-objcopy
99 UCLPACK := ucl2e10singleblk
1010
1111 CFLAGS += -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -ffunction-sections -fdata-sections

Follow-up revisions

RevisionCommit summaryAuthorDate
r42Revert r37. By convention the dash is always included in the CROSS variable, ...theseven12:05, 6 August 2010