add ld.so files for ubuntu 14.04
authorHajime Tazaki <tazaki@sfc.wide.ad.jp>
Thu, 24 Jul 2014 11:15:08 +0900
changeset 663 0ef3608fee11
parent 662 9ad1c09619ae
child 664 213835f32c54
add ld.so files for ubuntu 14.04
extract-system-config.py
--- a/extract-system-config.py	Thu Dec 19 21:56:31 2013 +0900
+++ b/extract-system-config.py	Thu Jul 24 11:15:08 2014 +0900
@@ -149,6 +149,9 @@
                     # ubuntu 1304
                     '/usr/lib/debug/lib/x86_64-linux-gnu/ld-2.17.so',
                     '/usr/lib/debug/lib/i386-linux-gnu/ld-2.17.so',
+                    # ubuntu 1404
+                    '/usr/lib/debug/lib/x86_64-linux-gnu/ld-2.19.so',
+                    '/usr/lib/debug/lib/i386-linux-gnu/ld-2.19.so',
                     ]
     for file in files_to_try:
         if os.path.isfile (file):