aboutsummaryrefslogtreecommitdiff
path: root/depends/hosts/freebsd.mk
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-09-09 14:21:01 +0800
committerfanquake <fanquake@gmail.com>2022-06-16 17:01:05 +0100
commitf7595f1354f4618436fdab232000dc152bff315a (patch)
tree6bfe6ced406cc2f0b8f6b7c4e2642afe324c0913 /depends/hosts/freebsd.mk
parent7e7b3e42fa98b584ae60513a6774037bf677b8ce (diff)
downloadbitcoin-f7595f1354f4618436fdab232000dc152bff315a.tar.xz
build: add and use CXX_STANDARD in depends
Diffstat (limited to 'depends/hosts/freebsd.mk')
-rw-r--r--depends/hosts/freebsd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/hosts/freebsd.mk b/depends/hosts/freebsd.mk
index b4dcc61c2f..5351d0b900 100644
--- a/depends/hosts/freebsd.mk
+++ b/depends/hosts/freebsd.mk
@@ -1,5 +1,5 @@
freebsd_CFLAGS=-pipe -std=$(C_STANDARD)
-freebsd_CXXFLAGS=-pipe
+freebsd_CXXFLAGS=-pipe -std=$(CXX_STANDARD)
ifneq ($(LTO),)
freebsd_CFLAGS += -flto