diff options
| author | Sébastien Marie <semarie@users.noreply.github.com> | 2015-12-19 11:42:10 +0100 |
|---|---|---|
| committer | Sébastien Marie <semarie@users.noreply.github.com> | 2015-12-20 07:21:36 +0100 |
| commit | e6418964b9fe8e3f49cf335adab6615c183ebdb5 (patch) | |
| tree | f8ff73ff99888a6519d4a4b2411c0b0eaeeb6e08 /src | |
| parent | 27d551142f9e3cd2fc402555a8f6287dd0fc01ac (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')
| -rw-r--r-- | src/test/run-make/tools.mk | 5 |
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++ |
