scripts/toolchain-config.in
author Titus von Boxberg <titus@v9g.de>
Mon Aug 22 09:36:30 2011 +0200 (2011-08-22)
changeset 2628 a4f56e266879
parent 1189 5c20d52c8270
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>
     1 #!/bin/sh
     2 
     3 tail -n+5 "${0}" |bzcat
     4 exit 0