
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
15 lines
402 B
Plaintext
15 lines
402 B
Plaintext
#
|
|
# Definitions for freebsd-x86 host - freebsd-x86 target builds
|
|
# Sites may override these definitions in CONFIG_SITE.freebsd-x86.freebsd-x86
|
|
#-------------------------------------------------------
|
|
GNU_DIR=/usr/local
|
|
|
|
# Include common gnu compiler definitions
|
|
include $(CONFIG)/CONFIG.gnuCommon
|
|
|
|
STATIC_LDFLAGS_YES= -Wl,-Bstatic
|
|
STATIC_LDFLAGS_NO=
|
|
STATIC_LDLIBS_YES= -Wl,-Bdynamic
|
|
STATIC_LDLIBS_NO=
|
|
|