config/debug.in
author Titus von Boxberg <titus@v9g.de>
Mon Aug 22 09:36:30 2011 +0200 (2011-08-22)
changeset 2628 a4f56e266879
parent 924 941294c6fcf1
permissions -rw-r--r--
docs: Document usage with Xcode 4.1

With Xcode 4.1 'gcc' is symlinked llvm-gcc-4.2 which cannot bootstrap
other gccs.
See http://llvm.org/bugs/show_bug.cgi?id=9571

On my machine the faulty gcc is
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)

Document a workaround.

Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
yann@924
     1
menu "Debug facilities"
yann@1870
     2
source "config.gen/debug.in"
yann@924
     3
endmenu