diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-11-28 22:39:05 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-11-28 22:39:05 +0000 |
| commit | f0d0ba86ff32ba8f4cffebcc9d6984e7000e8257 (patch) | |
| tree | e3cff909d6264de689b0ba3235df3b9656773976 /tools/ucl | |
| parent | cca6f747f807105fd7a8e4834ebd73a5a996d8d2 (diff) | |
| download | rockbox-f0d0ba86ff32ba8f4cffebcc9d6984e7000e8257.zip rockbox-f0d0ba86ff32ba8f4cffebcc9d6984e7000e8257.tar.gz rockbox-f0d0ba86ff32ba8f4cffebcc9d6984e7000e8257.tar.bz2 rockbox-f0d0ba86ff32ba8f4cffebcc9d6984e7000e8257.tar.xz | |
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
Diffstat (limited to 'tools/ucl')
| -rw-r--r-- | tools/ucl/src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ucl/src/Makefile b/tools/ucl/src/Makefile index 14ca1f3..018c29a 100644 --- a/tools/ucl/src/Makefile +++ b/tools/ucl/src/Makefile @@ -7,7 +7,6 @@ # $Id$ # CFLAGS = -I../include -CC = gcc ifndef V SILENT = @ |