summaryrefslogtreecommitdiff
path: root/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam
diff options
context:
space:
mode:
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) ;
- }