From f0d0ba86ff32ba8f4cffebcc9d6984e7000e8257 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 28 Nov 2009 22:39:05 +0000 Subject: Fix building universal binaries. When building various libraries for Rockbox Utility make sure they use the same compiler as Qt. Pass Qt's CC instead of explicitly setting it. This fixes issues linking on OS X (with recent XCode building universal binaries requires the use of gcc-4-0 while the default one is 4.2). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23779 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mktccboot/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'rbutil/mktccboot') diff --git a/rbutil/mktccboot/Makefile b/rbutil/mktccboot/Makefile index 14c184321c..61737651b7 100644 --- a/rbutil/mktccboot/Makefile +++ b/rbutil/mktccboot/Makefile @@ -11,8 +11,6 @@ TOOLSDIR=../../tools CFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(TOOLSDIR) -CC = gcc - ifndef V SILENT = @ endif -- cgit v1.2.3