diff options
author | Alexander Pyhalov <apyhalov@gmail.com> | 2018-02-17 11:47:30 +0300 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2018-02-27 10:32:33 -0500 |
commit | 0b794c39383bdb712a9092aa6a044e71a7aa5c90 (patch) | |
tree | d1452f6c728835f02502155370d05dfe498b48aa /exception_lists | |
parent | b9538c2103fde34bfe8a8c2b3e878ecd1586d182 (diff) | |
download | illumos-joyent-0b794c39383bdb712a9092aa6a044e71a7aa5c90.tar.gz |
9124 check_rtime fails with gcc-6-compiled world
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/check_rtime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index 1de5d2d078..44ba83f81f 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -142,6 +142,7 @@ UNUSED_RPATH /usr/ccs/lib.*\ from\ .*/usr/lib/mps UNUSED_RPATH /usr/gnu/lib.*\ from\ .*/usr/lib/libpython2\.. UNUSED_RPATH /usr/gnu/lib.*\ from\ .*/usr/lib/64/libpython2\.. UNUSED_RPATH /usr/snadm/lib.*\ from\ .*/usr/snadm/lib/libspmicommon\.so\.1 +UNUSED_RPATH /usr/gcc/.*/lib.*\ from\ .* # Unused runpaths for reasons not captured above |