freemyipod r943 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r942‎ | r943 | r944 >
Date:12:36, 14 June 2014
Author:theseven
Status:new
Tags:
Comment:
UMSboot: No need to include system headers anymore
Modified paths:
  • /umsboot/Makefile (modified) (history)

Diff [purge]

Index: umsboot/Makefile
@@ -15,7 +15,7 @@
1616 OBJCOPY := $(CROSS)objcopy
1717 OBJDUMP := $(CROSS)objdump
1818
19 -CFLAGS_GENERAL := -c -ffunction-sections -fdata-sections -fmessage-length=0 -Wall -I/usr/include $(CFLAGS_GENERAL)
 19+CFLAGS_GENERAL := -c -ffunction-sections -fdata-sections -fmessage-length=0 -Wall $(CFLAGS_GENERAL)
2020 CFLAGS_ASM := -x assembler-with-cpp $(CFLAGS_ASM)
2121 CFLAGS_debug := -O0 -g3 -gdwarf-2 $(CFLAGS_DEBUG)
2222 CFLAGS_release := $(FLTO) -Os -fno-pie -fno-stack-protector -fomit-frame-pointer $(CFLAGS_RELEASE)