14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
#
|
|
# Definitions for freebsd-x86 host - freebsd-x86 target builds
|
|
# Sites may override these definitions in CONFIG_SITE.freebsd-x86.freebsd-x86
|
|
#-------------------------------------------------------
|
|
|
|
# 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=
|
|
|