9835622dad
Obtained from: NetBSD (parts)
13 lines
367 B
Text
13 lines
367 B
Text
$NetBSD: patch-aa,v 1.1.1.1 1999/12/10 12:59:03 agc Exp $
|
|
|
|
--- makefile.unx 1999/12/10 12:46:49 1.1
|
|
+++ makefile.unx 1999/12/10 12:47:03
|
|
@@ -18,7 +18,7 @@
|
|
OBJDIR = obj
|
|
INCDIR = include
|
|
CC = gcc
|
|
-CFLAGS = -O3 -m486 -fomit-frame-pointer -s -I$(INCDIR)
|
|
+CFLAGS = -O3 -fomit-frame-pointer -s -I$(INCDIR)
|
|
|
|
ASMSRCS= assemble.c bundle.c asmfunc.c jumptbl.c decode.c
|
|
|