]> git.pld-linux.org Git - packages/bcc.git/blob - Dev86src-opt.patch
- noted new URL
[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.19/makefile.in.orig      2012-10-25 21:27:25.627775623 +0200
25 +++ dev86-0.16.19/makefile.in   2012-10-25 21:29:26.577770547 +0200
26 @@ -40,10 +40,10 @@
27         -Wcast-qual -Wcast-align -Wconversion -Waggregate-return \
28         -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls \
29         -Wnested-externs -Winline 
30 -CFLAGS =$(GCCFLAG) $(WALL) -O2 -g
31 +CFLAGS =$(GCCFLAG) $(WALL) $(OPT)
32  #else
33  WALL  =-Wall -Wstrict-prototypes
34 -CFLAGS =$(GCCFLAG) -O2 -fno-strict-aliasing
35 +CFLAGS =$(GCCFLAG) $(OPT) -fno-strict-aliasing
36  #endif
37  
38  #endif
39 --- dev86-0.16.8/dis88/Makefile.orig    Fri Jul 31 15:01:40 1998
40 +++ dev86-0.16.8/dis88/Makefile Tue Aug 27 22:38:03 2002
41 @@ -25,7 +25,7 @@
42  # be necessary to alter the formats of the tables.
43  
44  #CC=bcc
45 -CFLAGS=-O
46 +CFLAGS=$(OPT)
47  LDFLAGS=
48  PREFIX=/usr
49  
This page took 0.060764 seconds and 3 git commands to generate.