openbsd.mk raw

   1  build_openbsd_CC = clang
   2  build_openbsd_CXX = clang++
   3  
   4  build_openbsd_SHA256SUM = sha256 -r
   5  build_openbsd_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -o
   6  
   7  build_openbsd_TAR = gtar
   8  # openBSD touch doesn't understand -h
   9  build_openbsd_TOUCH = touch -m -t 200001011200
  10  
  11  # openbsd host on openbsd builder: override openbsd host preferences.
  12  openbsd_CC = clang
  13  openbsd_CXX = clang++
  14