Skip to content
Snippets Groups Projects
Commit 86b645e6 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add test to end of rwlock

parent c1b24f7f
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ endif ...@@ -31,7 +31,7 @@ endif
# Executable Build Rule # Executable Build Rule
$(WRAPTEST): $(MTOBJODIR)/wraptest.o $(DEPS) $(WRAPTEST): $(MTOBJODIR)/wraptest.o $(DEPS)
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) -o $@ $(LDFLAGS) $(MT_LDFLAGS) $^ $(XPDEV-MT_LIB_BUILD) -lm $(QUIET)$(CC) -o $@ $(LDFLAGS) $(MT_LDFLAGS) $^ $(XPDEV-MT_LIB_BUILD) -lm $(XPDEV-MT_LIBS)
$(XPTIME): $(OBJODIR)/xptime.o $(XPDEV_LIB_BUILD) $(XPTIME): $(OBJODIR)/xptime.o $(XPDEV_LIB_BUILD)
@echo Linking $@ @echo Linking $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment