]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
PXA: PXAMMC: Add Monahans support
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
c4976807
WD
1commit c7da8c19b5f7fd58b5b4b1d247648851af56e1f0
2Author: Andreas Biessmann <andreas.devel@googlemail.com>
3Date: Sat May 22 13:17:21 2010 +0200
4
5 config.mk: use different host compiler for OS X 10.6
6
7 Compiling tools subdirectory on Mac OS X 10.6 (Snow Leopard) complains about
8 wrong syntax in system includes.
9
10 In file included from /usr/include/stdio.h:444,
11 from ../source/u-boot/include/compiler.h:26,
12 from ../source/u-boot/lib/crc32.c:15:
13 /usr/include/secure/_stdio.h:46: error: syntax error in macro parameter list
14
15 This can be fixed by reverting the workaround for prior OS X releases in
16 config.mk conditionally for OS X 10.6+.
17
18