Black Lives Matter. Support the Equal Justice Initiative.

Source file src/cmd/go/internal/cfg/zdefaultcc.go

Documentation: cmd/go/internal/cfg

     1  // Code generated by go tool dist; DO NOT EDIT.
     2  
     3  package cfg
     4  
     5  const DefaultPkgConfig = `pkg-config`
     6  func DefaultCC(goos, goarch string) string {
     7  	switch goos+`/`+goarch {
     8  	}
     9  	return "gcc"
    10  }
    11  func DefaultCXX(goos, goarch string) string {
    12  	switch goos+`/`+goarch {
    13  	}
    14  	return "g++"
    15  }
    16  

View as plain text