• Vladimir Stefanovic's avatar
    cmd/go, cmd/dist: introduce GOMIPS environment variable · 12abacb5
    Vladimir Stefanovic authored
    GOMIPS is a GOARCH=mips{,le} specific option, for a choice between
    hard-float and soft-float. Valid values are 'hardfloat' (default) and
    'softfloat'. It is passed to the assembler as
    'GOMIPS_{hardfloat,softfloat}'.
    
    Note: GOMIPS will later also be used for a choice of MIPS instruction
    set (mips32/mips32r2).
    
    Updates #18162
    
    Change-Id: I35417db8625695f09d6ccc3042431dd2eaa756a6
    Reviewed-on: https://go-review.googlesource.com/37954
    Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
    12abacb5
Name
Last commit
Last update
..
README Loading commit data...
build.go Loading commit data...
buildgo.go Loading commit data...
buildruntime.go Loading commit data...
buildtool.go Loading commit data...
cpuid_386.s Loading commit data...
cpuid_amd64.s Loading commit data...
cpuid_default.s Loading commit data...
doc.go Loading commit data...
imports.go Loading commit data...
main.go Loading commit data...
sys_default.go Loading commit data...
sys_windows.go Loading commit data...
test.go Loading commit data...
test_linux.go Loading commit data...
util.go Loading commit data...
util_gc.go Loading commit data...
util_gccgo.go Loading commit data...
vfp_arm.s Loading commit data...
vfp_default.s Loading commit data...