Now that our as pretends to understand the M68060 cpu, use -m68060 instead

of -m68040 to avoid confusion.
This commit is contained in:
is 1996-05-20 13:31:40 +00:00
parent b37be8bb62
commit cb5f8c53ac
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# $NetBSD: Makefile,v 1.1 1996/05/15 21:06:18 is Exp $
# $NetBSD: Makefile,v 1.2 1996/05/20 13:31:40 is Exp $
#
AS = as -m68040
AS = as -m68060
LD = ld
.SUFFIXES: .o .S .sa .defs .h