1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Make CFLAGS clean.

This commit is contained in:
David E. O'Brien 2001-03-11 00:44:31 +00:00
parent ad487d3041
commit f8337401f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39492

View File

@ -1,13 +1,5 @@
$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
--- makefile.unx.orig Wed Mar 8 04:58:52 2000
+++ makefile.unx Sat Mar 10 16:42:01 2001
@@ -21 +21 @@
-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
+CFLAGS += -fomit-frame-pointer -s -I$(INCDIR)