blob: 4d0c99545eb3a835ef2099405393a39386578e72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- doc/examples/getcpu-override/Makefile.orig 2016-08-25 21:53:05 UTC
+++ doc/examples/getcpu-override/Makefile
@@ -15,12 +15,8 @@
#
# This makefile is purposefully kept simple to support GNU and BSD make.
-ifdef AM_CC
- CC = $(AM_CC)
-endif
-
-LIBS = -ldl # On Linux
-#LIBS = -lc # On BSD
+#LIBS = -ldl # On Linux
+LIBS = # On FreeBSD
LOCAL_CPPFLAGS += -I.
all: lttng-ust-getcpu-override-example.so
|