mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Restore subdir conditional for tst-timer dependency.
This commit is contained in:
parent
69862e2511
commit
38851324d8
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-07-03 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
|
||||
thing) with "ifeq ($(subdir),rt)".
|
||||
|
||||
2014-07-03 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
|
||||
|
|
|
@ -16,8 +16,12 @@
|
|||
# License along with the GNU C Library; if not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
ifeq ($(subdir),rt)
|
||||
|
||||
ifeq (yes,$(build-shared))
|
||||
$(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library)
|
||||
else
|
||||
$(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue