about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorSébastien Marie <semarie@users.noreply.github.com>2015-12-19 11:42:10 +0100
committerSébastien Marie <semarie@users.noreply.github.com>2015-12-20 07:21:36 +0100
commite6418964b9fe8e3f49cf335adab6615c183ebdb5 (patch)
treef8ff73ff99888a6519d4a4b2411c0b0eaeeb6e08 /src/test
parent27d551142f9e3cd2fc402555a8f6287dd0fc01ac (diff)
remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGS
it isn't the good way to process, as it makes conflicts when building rustc while another version of rustc in installed system-wide.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-make/tools.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/run-make/tools.mk b/src/test/run-make/tools.mk
index 88cf2a2b031..bee7936f158 100644
--- a/src/test/run-make/tools.mk
+++ b/src/test/run-make/tools.mk
@@ -85,11 +85,6 @@ ifeq ($(UNAME),Bitrig)
 else
 ifeq ($(UNAME),OpenBSD)
 	EXTRACFLAGS := -lm -lpthread
-	# extend search lib for found estdc++ if build using gcc from
-	# ports under OpenBSD. This is needed for:
-	#  - run-make/execution-engine
-	#  - run-make/issue-19371
-	RUSTC := $(RUSTC) -L/usr/local/lib
 else
 	EXTRACFLAGS := -lm -lrt -ldl -lpthread
 	EXTRACXXFLAGS := -lstdc++