Commit d1891c6f authored by Marc G. Fournier's avatar Marc G. Fournier

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>
parent b59e20db
CFLAGS = -I$(SRCDIR)/include -I/usr/include/ncurses -I/usr/include/readline -Dlinuxalpha -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
ifdef LINUX_ELF ifdef LINUX_ELF
# test for __ELF__ in C code so do not need LINUX_ELF defined # test for __ELF__ in C code so do not need LINUX_ELF defined
# - thomas 1997-12-29 # - thomas 1997-12-29
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment