From b582b5058e1ecfc4f8a38c74ff111bed47d9fdbb Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 17 May 2004 02:04:19 -0400 Subject: palcode updated to deal with interrupts correctly deleted and then upon realizing we needed them undeleted a bunch of header files in the palcode dir console/Makefile: fixed so it will work with tru64... still haven't got the console to build under linux palcode/platform_m5.s: fixed code to "fake" srm console interrupt handling correctly include serial interrupts --- system/alpha/console/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/alpha/console') diff --git a/system/alpha/console/Makefile b/system/alpha/console/Makefile index 5905fa9d2..d83bdc9fa 100644 --- a/system/alpha/console/Makefile +++ b/system/alpha/console/Makefile @@ -8,7 +8,7 @@ SOURDIR = ./ PALCODE = ../palcode INCLUDEH = ../h CC=gcc -AS=gas +#AS=gas dbmentry.o: dbmentry.s $(AS) $(INCLUDES) -nointrinsics -o $*.o $*.s -- cgit v1.2.3