]> git.pld-linux.org Git - packages/bcc.git/blob - Dev86src-opt.patch
- new URLs, updated to 0.16.18
[packages/bcc.git] / Dev86src-opt.patch
1 diff -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
13 --- dev86-0.16.18/Makefile.orig 2010-10-23 17:31:44.000000000 +0200
14 +++ dev86-0.16.18/Makefile      2012-04-05 16:04:39.032535007 +0200
15 @@ -18,7 +18,7 @@
16  INCLDIR= $(PREFIX)/lib/bcc
17  ASLDDIR= $(BINDIR)
18  MANDIR=         $(PREFIX)/man
19 -CFLAGS=  -O
20 +CFLAGS=  $(OPT)
21  IFDEFNAME= ifdef
22  
23  # Some makes take the last of a list as the default ...
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)
32  #endif
33  
34  #ifndef GNUMAKE
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.053273 seconds and 3 git commands to generate.