From 0b794c39383bdb712a9092aa6a044e71a7aa5c90 Mon Sep 17 00:00:00 2001 From: Alexander Pyhalov Date: Sat, 17 Feb 2018 11:47:30 +0300 Subject: [PATCH] 9124 check_rtime fails with gcc-6-compiled world Reviewed by: Igor Kozhukhov Reviewed by: Toomas Soome Approved by: Dan McDonald --- exception_lists/check_rtime | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.4.GIT