freemyipod r13 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r12‎ | r13 | r14 >
Date:04:28, 30 July 2010
Author:farthen
Status:new
Tags:
Comment:
I said I added gnu99 but I added c99 instead. Now it is really gnu99
Modified paths:
  • /embios/trunk/Makefile (modified) (history)

Diff [purge]

Index: embios/trunk/Makefile
@@ -8,7 +8,7 @@
99 OBJCOPY := $(CROSS)objcopy
1010 UCLPACK := ucl2e10singleblk
1111
12 -CFLAGS ?= -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -ffunction-sections -fdata-sections -std=c99
 12+CFLAGS ?= -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -ffunction-sections -fdata-sections -std=gnu99
1313 LDFLAGS ?= "$(shell $(CC) -print-libgcc-file-name)" --gc-sections
1414
1515 preprocess = $(shell $(CC) $(PPCFLAGS) $(2) -E -P -x c $(1) | grep -v "^\#" | sed -e "s:^..*:$(dir $(1))&:")

Follow-up revisions

RevisionCommit summaryAuthorDate
r18Revert r12 and r13. They are unneccessary and might have nasty side effects.theseven23:04, 4 August 2010
r22Created branch for 4G development starting from r13.cmwslw02:51, 5 August 2010