freemyipod r12 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r11‎ | r12 | r13 >
Date:04:17, 30 July 2010
Author:farthen
Status:new
Tags:
Comment:
Add -std=gnu99 to the CFLAGS
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
 12+CFLAGS ?= -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -ffunction-sections -fdata-sections -std=c99
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