respect CC/CFLAGS; notified by naddy@

This commit is contained in:
lebel 2002-10-27 01:06:48 +00:00
parent 1068128b23
commit 760f3fa911

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/04/13 20:56:05 lebel Exp $
--- Makefile.orig Thu Jan 18 02:17:18 2001
+++ Makefile Tue Apr 10 21:47:21 2001
$OpenBSD: patch-Makefile,v 1.2 2002/10/27 01:06:48 lebel Exp $
--- Makefile.orig Sun Jun 10 08:35:06 2001
+++ Makefile Sat Oct 26 21:03:12 2002
@@ -3,9 +3,6 @@
# User Options
######################################################################
@ -20,7 +20,17 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2001/04/13 20:56:05 lebel Exp $
# This program will be run on the manual page after it is installed.
# If you don't want to compress the manpage, change it to 'true'.
@@ -112,11 +109,6 @@ install: $(PROGRAM)
@@ -53,8 +50,7 @@ SS_RANDOMIZE = -r
# Do not edit below here!
######################################################################
-CC = gcc
-CFLAGS = -O2 -Wall -fomit-frame-pointer -finline-functions \
+CFLAGS += -O2 -Wall -fomit-frame-pointer -finline-functions \
-fcaller-saves -ffast-math -fno-strength-reduce \
-fthread-jumps #-march=pentium #-DSTAT_MACROS_BROKEN
@@ -114,11 +110,6 @@ install: $(PROGRAM)
@echo "Installing..."
install -s -m 0755 $(PROGRAM) $(PREFIX)/bin
install -m 0644 $(PROGRAM).1 $(PREFIX)/man/man1