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

Commit d1891c6

Browse files
committed
Apparently there was a
compiler define that should have been enabled, but was not due to different naming conventions for Linux/Alpha. Attached is the patch he sent me, that I have not had a chance to test yet. From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
1 parent b59e20d commit d1891c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/makefiles/Makefile.linux

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CFLAGS = -I$(SRCDIR)/include -I/usr/include/ncurses -I/usr/include/readline -Dlinuxalpha -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
12
ifdef LINUX_ELF
23
# test for __ELF__ in C code so do not need LINUX_ELF defined
34
# - thomas 1997-12-29

0 commit comments

Comments
 (0)