summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-16 18:56:49 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-16 18:56:49 +0000
commitcea191187ae5bf8bc9f626101030cce76efcbfb8 (patch)
tree2dd26da305210ae2ad7dda10c503a398b5b29649
parentb7b9b162068927e42454e455dbdda66aa81de056 (diff)
downloadATCD-cea191187ae5bf8bc9f626101030cce76efcbfb8.tar.gz
moved "LIBS += -lm" from a few separate Makefiles to all platform_*.GNU files, except for VxWorks
-rw-r--r--examples/Threads/Makefile1
-rw-r--r--performance-tests/Misc/Makefile1
-rw-r--r--tests/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/Threads/Makefile b/examples/Threads/Makefile
index 3ac8e6ac171..d41525ba469 100644
--- a/examples/Threads/Makefile
+++ b/examples/Threads/Makefile
@@ -32,7 +32,6 @@ BIN = auto_event \
LSRC = $(addsuffix .cpp,$(BIN))
VLDLIBS = $(LDLIBS:%=%$(VAR))
-LIBS += -lm
BUILD = $(VBIN)
#----------------------------------------------------------------------------
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile
index 9600b1e4c37..829d15c1455 100644
--- a/performance-tests/Misc/Makefile
+++ b/performance-tests/Misc/Makefile
@@ -15,7 +15,6 @@ BIN = test_mutex \
LSRC = $(addsuffix .cpp,$(BIN))
VLDLIBS = $(LDLIBS:%=%$(VAR))
-LIBS += -lm
BUILD = $(VBIN)
#----------------------------------------------------------------------------
diff --git a/tests/Makefile b/tests/Makefile
index 7e204b8e550..35c36f3f78b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -42,7 +42,6 @@ BIN = Barrier_Test \
UPIPE_SAP_Test
CFLAGS += -I.
-LIBS += -lm
LSRC = $(addsuffix .cpp,$(BIN))
VLDLIBS = $(LDLIBS:%=%$(VAR))