Austin Schuh | 55139fe | 2015-10-14 23:55:24 -0700 | [diff] [blame] | 1 | package(default_visibility = ['//debian:__pkg__']) |
Austin Schuh | 23da18b | 2015-10-11 20:52:49 -0700 | [diff] [blame] | 2 | |
Austin Schuh | 4759ffc | 2015-10-07 20:39:56 -0700 | [diff] [blame] | 3 | cc_library( |
4 | name = 'librt', | ||||
Austin Schuh | 55139fe | 2015-10-14 23:55:24 -0700 | [diff] [blame] | 5 | srcs = [ |
6 | 'lib/x86_64-linux-gnu/librt.so' | ||||
7 | ], | ||||
Austin Schuh | 4759ffc | 2015-10-07 20:39:56 -0700 | [diff] [blame] | 8 | ) |
9 | |||||
10 | cc_library( | ||||
11 | name = 'libdl', | ||||
Austin Schuh | 55139fe | 2015-10-14 23:55:24 -0700 | [diff] [blame] | 12 | srcs = [ |
13 | 'lib/x86_64-linux-gnu/libdl.so' | ||||
14 | ], | ||||
Austin Schuh | 4759ffc | 2015-10-07 20:39:56 -0700 | [diff] [blame] | 15 | ) |
16 | |||||
17 | cc_library( | ||||
18 | name = 'libm', | ||||
Austin Schuh | 55139fe | 2015-10-14 23:55:24 -0700 | [diff] [blame] | 19 | srcs = [ |
20 | 'lib/x86_64-linux-gnu/libm.so' | ||||
21 | ], | ||||
Austin Schuh | 4759ffc | 2015-10-07 20:39:56 -0700 | [diff] [blame] | 22 | ) |
23 | |||||
24 | cc_library( | ||||
25 | name = 'libpthread', | ||||
Austin Schuh | 4759ffc | 2015-10-07 20:39:56 -0700 | [diff] [blame] | 26 | ) |