• Kris Hicks's avatar
    makefile: Set CC explicitly in go build (#9784) · f4dd0e4a
    Kris Hicks authored
    This is required because Go does not pull CC from the make variable. This uses
    whatever Go's default CC unless CC is overridden, as it is for the ARM targets.
    
    This also makes it easier to build Nomad on a native ARM device, via:
    
    ```
    make CC= pkg/linux_arm/nomad
    ```
    f4dd0e4a