summaryrefslogtreecommitdiff
path: root/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-04-18 13:57:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-04-18 13:57:42 +0000
commitcc95712fbe92854d4a2177b6d45cbdcc9d5f1b44 (patch)
treed32a20416ca4506d36f2b454f7246d7a03954197 /devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam
parentlang/solidity: unbreak with boost 1.67 on 10.* (diff)
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
Diffstat (limited to 'devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam')
-rw-r--r--devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam b/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam
index 0d40125965dc..0fa762fcccff 100644
--- a/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam
+++ b/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam
@@ -3,11 +3,11 @@ doesn't exist while /usr/lib only constains .so but not .so.SOVERSION
files. Besides, LD_LIBRARY_PATH + -Wl,-rpath-link is same as -Wl,-rpath
that USE_GCC already passes.
---- tools/build/src/tools/gcc.jam.orig 2016-09-21 14:33:28 UTC
+--- tools/build/src/tools/gcc.jam.orig 2018-04-09 15:17:58 UTC
+++ tools/build/src/tools/gcc.jam
-@@ -210,24 +210,6 @@ rule init ( version ? : command * : options * )
+@@ -213,24 +213,6 @@ rule init ( version ? : command * : options * : requir
+ toolset.add-defaults $(conditionx)\:<target-os>$(target-os) ;
}
- init-link-flags gcc $(linker) $(condition) ;
- # If gcc is installed in a non-standard location, we would need to add
- # LD_LIBRARY_PATH when running programs created with it (for unit-test/run
@@ -22,7 +22,7 @@ that USE_GCC already passes.
- local lib_path = $(root)/bin $(root)/lib $(root)/lib32 $(root)/lib64 ;
- if $(.debug-configuration)
- {
-- ECHO notice: using gcc libraries :: $(condition) :: $(lib_path) ;
+- ECHO "notice:" using gcc libraries "::" $(condition) "::" $(lib_path) ;
- }
- toolset.flags gcc.link RUN_PATH $(condition) : $(lib_path) ;
- }