Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e447a46

Browse files
author
Thomas G. Lockhart
committed
Remove declaration for -DLINUX_ELF since testing for __ELF__ in code.
1 parent 37f17d3 commit e447a46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/makefiles/Makefile.linux

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
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
25
LDFLAGS+= -export-dynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
36
endif
47
MK_NO_LORDER= true

0 commit comments

Comments
 (0)