We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a96756 commit 8474af0Copy full SHA for 8474af0
src/test/run-make/tools.mk
@@ -85,6 +85,11 @@ ifeq ($(UNAME),Bitrig)
85
else
86
ifeq ($(UNAME),OpenBSD)
87
EXTRACFLAGS := -lm -lpthread
88
+ # extend search lib for found estdc++ if build using gcc from
89
+ # ports under OpenBSD. This is needed for:
90
+ # - run-make/execution-engine
91
+ # - run-make/issue-19371
92
+ RUSTC := $(RUSTC) -L/usr/local/lib
93
94
EXTRACFLAGS := -lm -lrt -ldl -lpthread
95
EXTRACXXFLAGS := -lstdc++
0 commit comments