summaryrefslogtreecommitdiff
path: root/archivers/bzip
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1996-09-27 11:59:36 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1996-09-27 11:59:36 +0000
commit09be879147307f220585edc24a7eb43f3ac33a87 (patch)
treeed8e40954cc43c87f21a7447f5be6e7e485c19de /archivers/bzip
parentimported new port of bpatch 0.21, a compression program, that seems to have (diff)
The readme file says, that it's important for i386 architecture,
to include -fomit-frame-pointer into the CFLAGS. BTW: someone here who knows, if -funroll-loops might add some (stable) performance as well ?!
Notes
Notes: svn path=/head/; revision=3888
Diffstat (limited to 'archivers/bzip')
-rw-r--r--archivers/bzip/files/patch-aa7
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/bzip/files/patch-aa b/archivers/bzip/files/patch-aa
index a08a49f31c33..69b52ae7048c 100644
--- a/archivers/bzip/files/patch-aa
+++ b/archivers/bzip/files/patch-aa
@@ -1,6 +1,6 @@
--- Makefile.orig Sat Aug 31 09:50:33 1996
-+++ Makefile Fri Sep 27 12:54:40 1996
-@@ -1,29 +1,15 @@
++++ Makefile Fri Sep 27 13:57:55 1996
+@@ -1,29 +1,17 @@
-
-CC = gcc
-SH = /bin/sh
@@ -8,7 +8,8 @@
-CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -Wall -Winline -Wshadow -W
-
-
--
++CFLAGS+= -fomit-frame-pointer
+
all:
- cat words0
$(CC) $(CFLAGS) -o bzip bzip.c