From 81170a9cbed4106cbb8129a5991ad52451d29275 Mon Sep 17 00:00:00 2001 From: Simon Ney Date: Sun, 12 May 2019 03:36:36 +0200 Subject: This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head to converge it to the solaris 11.4 platform based on the sparcv9 and i386 processor architecture. The purpose is to complete the porting related to the fork "sneyx1234/ast" of "att/ast" the "AT&T kornshell". --- mesonbuild/compilers/compilers.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mesonbuild/compilers/compilers.py') diff --git a/mesonbuild/compilers/compilers.py b/mesonbuild/compilers/compilers.py index a3401e8..bafb023 100644 --- a/mesonbuild/compilers/compilers.py +++ b/mesonbuild/compilers/compilers.py @@ -1307,6 +1307,9 @@ class Compiler: paths = paths + ':' + padding args.append('-Wl,-rpath,' + paths) + if mesonlib.is_sunos(): + return args + if get_compiler_is_linuxlike(self): # Rpaths to use while linking must be absolute. These are not # written to the binary. Needed only with GNU ld: -- cgit v1.1