We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f17d3 commit e447a46Copy full SHA for e447a46
src/makefiles/Makefile.linux
@@ -1,4 +1,7 @@
1
ifdef LINUX_ELF
2
+# test for __ELF__ in C code so do not need LINUX_ELF defined
3
+# - thomas 1997-12-29
4
+#CFLAGS+= -DLINUX_ELF
5
LDFLAGS+= -export-dynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
6
endif
7
MK_NO_LORDER= true
0 commit comments