• Russ Cox's avatar
    build: clang support · 6d888f1e
    Russ Cox authored
    This works with at least one version of clang
    that existed at one moment in time.
    No guarantees about clangs past or future.
    
    To try:
            CC=clang all.bash
    
    It does not work with the Xcode clang,
    because that clang fails at printing a useful answer
    to:
            clang -print-libgcc-file-name
    The clang that works prints a full path name for
    that command, not just "libgcc.a".
    
    Fixes #4713.
    
    R=iant, minux.ma
    CC=golang-dev
    https://golang.org/cl/7323068
    6d888f1e
Name
Last commit
Last update
..
plan9 Loading commit data...
ar.h Loading commit data...
bio.h Loading commit data...
bootexec.h Loading commit data...
fmt.h Loading commit data...
libc.h Loading commit data...
mach.h Loading commit data...
u.h Loading commit data...
ureg_amd64.h Loading commit data...
ureg_arm.h Loading commit data...
ureg_x86.h Loading commit data...
utf.h Loading commit data...