Files
epics-base/configure/os/CONFIG.freebsd-x86.Common
Torsten Bögershausen 17ad04505e Change compiler for FreeBSD 13: Use clang
FreeBSD 13 uses clang, not gcc, any more.
GNU_DIR must be set to /usr/local

Note: This change touches both the x86 and the x86_64 files.
It was tested on 'amd64' system only, which is x86_64
2023-04-18 09:51:33 -05:00

9 lines
279 B
Plaintext

#
# Definitions for freebsd host builds
# Sites may override these definitions in CONFIG_SITE.freebsd-x86.Common
#-------------------------------------------------------
#Include definitions common to unix hosts
include $(CONFIG)/os/CONFIG.UnixCommon.Common
CMPLR_CLASS = clang