
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
9 lines
279 B
Plaintext
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
|