diff options
Diffstat (limited to 'system/alpha/console')
-rw-r--r-- | system/alpha/console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |