summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fdfe3ae..c1d8d33 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,10 @@ IN_GLIBC = no
else
# glibc build
IN_GLIBC = yes
+# set elf=yes, to retain compatibility with glibc < 2.16
+ifeq ($(elf),)
+elf = yes
+endif
endif
ifeq ($(IN_GLIBC),no)