]> git.pld-linux.org Git - packages/bcc.git/blame - Dev86src-opt.patch
- removed man pages provided by bin86
[packages/bcc.git] / Dev86src-opt.patch
CommitLineData
b1e1f518
JB
1diff -Nur dev86-0.16.0.orig/libbsd/Make.defs dev86-0.16.0/libbsd/Make.defs
2--- dev86-0.16.0.orig/libbsd/Make.defs Tue Apr 23 22:46:59 1996
3+++ dev86-0.16.0/libbsd/Make.defs Sun Nov 11 19:26:59 2001
4@@ -53,7 +53,7 @@
5 CC=gcc $(ARCH)
6 # ARCH=-b i486-linuxaout
7 LKFLAGS=-static -N
8-CCFLAGS=-O6 -fomit-frame-pointer -I- -I$(TOP)/include -I. -fno-builtin
9+CCFLAGS=$(OPT) -fomit-frame-pointer -I- -I$(TOP)/include -I. -fno-builtin
10 WALL= -ansi -pedantic -Wwrite-strings -Wpointer-arith -Wcast-qual \
11 -Wcast-align -Wtraditional -Wstrict-prototypes -Wmissing-prototypes \
12 -Wnested-externs -Winline -Wshadow
13diff -Nur dev86-0.16.0.orig/makefile.in dev86-0.16.0/makefile.in
14--- dev86-0.16.0.orig/makefile.in Sun Nov 11 19:25:16 2001
15+++ dev86-0.16.0/makefile.in Sun Nov 11 19:26:23 2001
16@@ -39,7 +39,7 @@
17 WALL =-Wstrict-prototypes
18
19 CC =gcc
20-CFLAGS =$(GCCFLAG) -Wall $(WALL) -O6 -g
21+CFLAGS =$(GCCFLAG) -Wall $(WALL) $(OPT)
22 #endif
23
24 #ifndef GNUMAKE
This page took 0.099167 seconds and 4 git commands to generate.