diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-04-15 14:33:06 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-04-15 14:33:06 +0530 |
commit | bb9c256fb01b09bc13a58ada3ea045ac9efd4834 (patch) | |
tree | c498a696c840d17ec3e52bb6d023afb7cbef2497 /sysdeps/ieee754/ldbl-128ibm/s_frexpl.c | |
parent | f737dfd071f12584316ef90f2c71e33c2dc9801e (diff) | |
download | glibc-bb9c256fb01b09bc13a58ada3ea045ac9efd4834.zip glibc-bb9c256fb01b09bc13a58ada3ea045ac9efd4834.tar.gz glibc-bb9c256fb01b09bc13a58ada3ea045ac9efd4834.tar.bz2 |
benchtests: Link against objects in build directory
Using -lm and -lpthread results in the shared objects in the system
being used to link against. This happened to work for libm because
there haven't been any changes to the libm ABI recently that could
break the existing benchmarks. This doesn't always work for the
pthread benchmarks. The correct way to build against libraries in the
build directory is to have the binaries explicitly depend on them so
that $(+link) can pick them up.
Diffstat (limited to 'sysdeps/ieee754/ldbl-128ibm/s_frexpl.c')
0 files changed, 0 insertions, 0 deletions