freemyipod r886 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r885‎ | r886 | r887 >
Date:15:51, 1 August 2013
Author:theseven
Status:new
Tags:
Comment:
One more attempt to fix 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+ifeq ($(shell $(CROSS)gcc -v --help 2>/dev/null | grep -- -flto),)
1111 FLTO :=
1212 endif
1313