Add 'LDFLAGS+=-lio' for the implementations of inb/outb on the Alpha.

This commit is contained in:
Steve Price 2000-08-08 02:42:53 +00:00
parent aa5054ebec
commit f58923d258
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31393

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Sun Aug 6 13:54:24 2000
+++ Makefile.in Sun Aug 6 13:55:05 2000
@@ -1,5 +1,8 @@
DEFINES+= -DHAVE_CONFIG_H
CFLAGS+= -O2 -g -Wall $(DEFINES)
+.if ${ARCH} == "alpha"
+LDFLAGS+= -lio
+.endif
HEADERS= chm.h
SRCS= chm.c