]> git.pld-linux.org Git - packages/bcc.git/blame - Dev86src-opt.patch
- new URL
[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
1a9efcc2
JB
13--- dev86-0.16.15/Makefile.orig Tue Aug 27 21:54:49 2002
14+++ dev86-0.16.15/Makefile Tue Aug 27 21:57:17 2002
4aacfb22 15@@ -16,7 +16,7 @@
1a9efcc2
JB
16 INCLDIR= $(PREFIX)/lib/bcc
17 ASLDDIR= $(BINDIR)
18 MANDIR= $(PREFIX)/man
4aacfb22
JB
19-CFLAGS= -O
20+CFLAGS= $(OPT)
b1e1f518 21
4aacfb22
JB
22 # Some makes take the last of a list as the default ...
23 all: make.fil
24--- dev86-0.16.8/makefile.in.orig Tue Aug 27 21:57:45 2002
25+++ dev86-0.16.8/makefile.in Tue Aug 27 22:00:41 2002
26@@ -40,7 +40,7 @@
27 WALL =-Wall -Wstrict-prototypes
28
29 CC =%CC%
30-CFLAGS =$(GCCFLAG) $(WALL) -O2 -g
31+CFLAGS =$(GCCFLAG) $(WALL) $(OPT)
b1e1f518
JB
32 #endif
33
34 #ifndef GNUMAKE
4aacfb22
JB
35--- dev86-0.16.8/dis88/Makefile.orig Fri Jul 31 15:01:40 1998
36+++ dev86-0.16.8/dis88/Makefile Tue Aug 27 22:38:03 2002
37@@ -25,7 +25,7 @@
38 # be necessary to alter the formats of the tables.
39
40 #CC=bcc
41-CFLAGS=-O
42+CFLAGS=$(OPT)
43 LDFLAGS=
44 PREFIX=/usr
45
This page took 0.081232 seconds and 4 git commands to generate.