freemyipod r885 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r884‎ | r885 | r886 >
Date:14:32, 1 August 2013
Author:theseven
Status:new
Tags:
Comment:
Yet another attempt at fixing the build server
Modified paths:
  • /umsboot/Makefile (modified) (history)

Diff [purge]

Index: umsboot/Makefile
@@ -6,7 +6,7 @@
77 endif
88
99 FLTO ?= -flto -flto-partition=none
10 -ifneq ($(shell $(CROSS)gcc -flto 2>&1 | grep '-flto'),)
 10+ifneq ($(shell $(CROSS)gcc -flto 2>&1 | grep -- -flto),)
1111 FLTO :=
1212 endif
1313