aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kcmp
diff options
context:
space:
mode:
authorShuah Khan <shuah.kh@samsung.com>2014-06-24 19:53:36 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 18:11:18 -0700
commitb80f557042d4742b8c0ed69467d6b87a83186c8d (patch)
tree9d9ba28fadb215c8da8400604d80ef941ff3643c /tools/testing/selftests/kcmp
parenttools: fix mq_open_tests compile warnings (diff)
downloadlinux-dev-b80f557042d4742b8c0ed69467d6b87a83186c8d.tar.xz
linux-dev-b80f557042d4742b8c0ed69467d6b87a83186c8d.zip
tools: Fix mqueue Makefile compile linking order
Makefile compile linking order is incorrect causing the compile to fail not finding librt symbols. /tmp/cceTqwFh.o: In function `test_queue_fail': mq_open_tests.c:(.text+0x6b): undefined reference to `mq_open' mq_open_tests.c:(.text+0x80): undefined reference to `mq_getattr' mq_open_tests.c:(.text+0xa2): undefined reference to `mq_close' mq_open_tests.c:(.text+0xcf): undefined reference to `mq_unlink' /tmp/cceTqwFh.o: In function `test_queue.constprop.6': mq_open_tests.c:(.text+0x15a): undefined reference to `mq_open' mq_open_tests.c:(.text+0x16f): undefined reference to `mq_getattr' mq_open_tests.c:(.text+0x195): undefined reference to `mq_close' mq_open_tests.c:(.text+0x1c2): undefined reference to `mq_unlink' /tmp/cceTqwFh.o: In function `shutdown.part.0': mq_open_tests.c:(.text.unlikely+0x5b): undefined reference to `mq_close' mq_open_tests.c:(.text.unlikely+0x7a): undefined reference to `mq_unlink' collect2: error: ld returned 1 exit status make: *** [all] Error 1 Signed-off-by: Shuah Khan <shuah.kh@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/kcmp')
0 files changed, 0 insertions, 0 deletions