From 9bdd1c751b606bbb365ca4b22480ead9ed0e95f9 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 24 Jan 2000 00:32:34 +0000 Subject: Respect CC and CFLAGS --- benchmarks/bonnie/files/patch-ac | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/bonnie/files/patch-ac b/benchmarks/bonnie/files/patch-ac index f2822459473a..f19f9aa7452f 100644 --- a/benchmarks/bonnie/files/patch-ac +++ b/benchmarks/bonnie/files/patch-ac @@ -1,8 +1,11 @@ ---- Makefile~ Wed Aug 21 17:19:11 1991 -+++ Makefile Thu Dec 30 17:22:01 1999 -@@ -1,5 +1,4 @@ +--- Makefile.orig Wed Aug 21 08:19:11 1991 ++++ Makefile Sun Jan 23 16:28:09 2000 +@@ -1,6 +1,6 @@ - CC = cc +-CC = cc -CFLAGS = -O2 ++CC ?= cc ++CFLAGS ?= -O2 all: Bonnie + -- cgit