freemyipod r884 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r883‎ | r884 | r885 >
Date:15:31, 1 August 2013
Author:theseven
Status:new
Tags:
Comment:
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 LC_ALL=C $(CROSS)gcc -flto 2>&1 | grep 'unrecognized command line option'),)
 10+ifneq ($(shell $(CROSS)gcc -flto 2>&1 | grep '-flto'),)
1111 FLTO :=
1212 endif
1313