freemyipod r42 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r41‎ | r42 | r43 >
Date:12:05, 6 August 2010
Author:theseven
Status:new
Tags:
Comment:
Revert r37. By convention the dash is always included in the CROSS variable, because otherwise one couldn't build with the host compiler at all.
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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r37Change the CROSS variable to not include the dashfarthen05:22, 6 August 2010