Black Lives Matter. Support the Equal Justice Initiative.

Source file src/cmd/cgo/zdefaultcc.go

Documentation: cmd/cgo

     1  // Code generated by go tool dist; DO NOT EDIT.
     2  
     3  package main
     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