Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/sdcc/files: sdcc-2.8.0-flags.patch
Date: Sun, 20 Apr 2008 17:59:02
Message-Id: E1JndoZ-0007OJ-Re@stork.gentoo.org
1 calchan 08/04/20 17:58:59
2
3 Added: sdcc-2.8.0-flags.patch
4 Log:
5 Version bump, thanks to Karl Hiramoto (bug #218007).
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.1 dev-embedded/sdcc/files/sdcc-2.8.0-flags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/sdcc/files/sdcc-2.8.0-flags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/sdcc/files/sdcc-2.8.0-flags.patch?rev=1.1&content-type=text/plain
13
14 Index: sdcc-2.8.0-flags.patch
15 ===================================================================
16 diff -Nadur sdcc-orig/configure.in sdcc/configure.in
17 --- sdcc-orig/configure.in 2008-04-20 15:24:14.000000000 +0200
18 +++ sdcc/configure.in 2008-04-20 15:27:18.000000000 +0200
19 @@ -320,17 +320,6 @@
20 M_OR_MM=$sdcc_cv_MM
21 AC_SUBST(M_OR_MM)
22
23 -# This is the first time when CFLAGS are set/modified!!
24 -adl_DD_COPT(CC, ggdb)
25 -if test "$sdcc_cv_CCggdb" = "yes"; then
26 - CFLAGS="-ggdb ${CFLAGS}"
27 -fi
28 -
29 -adl_DD_COPT(CC, pipe)
30 -if test "$sdcc_cv_CCpipe" = "yes"; then
31 - CFLAGS="-pipe $CFLAGS"
32 -fi
33 -
34
35 # Checks for typedefs, structures, and compiler characteristics.
36 # ===========================================================================
37 diff -Nadur sdcc-orig/debugger/mcs51/configure.in sdcc/debugger/mcs51/configure.in
38 --- sdcc-orig/debugger/mcs51/configure.in 2008-04-20 15:24:19.000000000 +0200
39 +++ sdcc/debugger/mcs51/configure.in 2008-04-20 15:26:53.000000000 +0200
40 @@ -148,17 +148,6 @@
41 M_OR_MM=$sdcc_cv_MM
42 AC_SUBST(M_OR_MM)
43
44 -# This is the first time when CFLAGS are set/modified!!
45 -adl_DD_COPT(CC, ggdb)
46 -if test "$sdcc_cv_CCggdb" = "yes"; then
47 - CFLAGS="-ggdb ${CFLAGS}"
48 -fi
49 -
50 -adl_DD_COPT(CC, pipe)
51 -if test "$sdcc_cv_CCpipe" = "yes"; then
52 - CFLAGS="-pipe $CFLAGS"
53 -fi
54 -
55
56 # Set standard installation paths
57 # ===========================================================================
58 diff -Nadur sdcc-orig/sim/ucsim/configure.in sdcc/sim/ucsim/configure.in
59 --- sdcc-orig/sim/ucsim/configure.in 2008-04-20 15:24:11.000000000 +0200
60 +++ sdcc/sim/ucsim/configure.in 2008-04-20 15:26:06.000000000 +0200
61 @@ -514,28 +514,6 @@
62 M_OR_MM=$ucsim_cv_MM
63 AC_SUBST(M_OR_MM)
64
65 -# This is the first time when CFLAGS are set/modified!!
66 -
67 -DD_COPT(CXX, ggdb)
68 -DD_COPT(CXX, gstabs)
69 -if test "$ucsim_cv_CXXgstabs" = "yes"; then
70 - gopt="-gstabs+ -g3"
71 -elif test "$ucsim_cv_CXXggdb" = "yes"; then
72 - gopt="-ggdb -g3"
73 -else
74 - gopt="-g"
75 -fi
76 -if test "$CXXFLAGS"x = x ;then
77 - CXXFLAGS="$gopt"
78 -else
79 - CXXFLAGS="$CXXFLAGS $gopt"
80 -fi
81 -
82 -DD_COPT(CXX, pipe)
83 -if test "$ucsim_cv_CXXpipe" = "yes"; then
84 - CXXFLAGS="$CXXFLAGS -pipe"
85 -fi
86 -
87 PICOPT=""
88 SHAREDLIB="no"
89 DD_COPT_NO_IGNORE(CXX, fPIC)
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list