summaryrefslogtreecommitdiffstats
path: root/src/arch/bionic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/bionic/Makefile')
-rw-r--r--src/arch/bionic/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/arch/bionic/Makefile b/src/arch/bionic/Makefile
index 410d2c9..e25f672 100644
--- a/src/arch/bionic/Makefile
+++ b/src/arch/bionic/Makefile
@@ -6,8 +6,7 @@
# Typically see something like "aarch64-linux-android"
ifeq (android,$(ostype))
USE_BIONIC := 1
- CFLAGS += -DNO_PTHREAD_BARRIER
- CFLAGS += -DNO_PTHREAD_SETAFFINITY
+ CFLAGS += -DPTHREAD_BIONIC
LDFLAGS += -pie
# -lrt and -lpthread is in standard bionic library, no standalone library
@@ -19,7 +18,5 @@ ifeq (android,$(ostype))
# and link properly:
# - cyclictest
# - hackbench
-# - hwlatdetect
- sources := cyclictest.c hackbench.c hwlatdetect.c
+ sources := cyclictest.c hackbench.c
endif
-