packages: sdcc/sdcc.spec, sdcc/sdcc-as-build.patch, sdcc/sdcc-gstabs.patch ...

kosmo kosmo at pld-linux.org
Mon Jun 21 10:19:07 CEST 2010


Author: kosmo                        Date: Mon Jun 21 08:19:07 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to snap 20100614

---- Files affected:
packages/sdcc:
   sdcc.spec (1.47 -> 1.48) , sdcc-as-build.patch (1.3 -> 1.4) , sdcc-gstabs.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/sdcc/sdcc.spec
diff -u packages/sdcc/sdcc.spec:1.47 packages/sdcc/sdcc.spec:1.48
--- packages/sdcc/sdcc.spec:1.47	Tue Feb  2 21:27:42 2010
+++ packages/sdcc/sdcc.spec	Mon Jun 21 10:19:02 2010
@@ -3,8 +3,8 @@
 # Conditional build:
 %bcond_without	doc		# don't rebuild documentation
 
-%define		_snap_date	20100201
-%define		_snap_id	5667
+%define		_snap_date	20100614
+%define		_snap_id	5852
 
 Summary:	C compiler for Intel 8051 and Zilog Z80
 Summary(pl.UTF-8):	Kompilator C dla Intel 8051 i Zilog Z80
@@ -14,7 +14,7 @@
 License:	GPL
 Group:		Development/Languages
 Source0:	http://sdcc.sourceforge.net/snapshots/sdcc-src/%{name}-src-%{_snap_date}-%{_snap_id}.tar.bz2
-# Source0-md5:	3ac7944d920410df511d5595a25bd5f1
+# Source0-md5:	04249f4a3df1caa9b6fdad06084f1954
 Patch0:		%{name}-mcs51-pcall.patch
 Patch1:		%{name}-mcs51-stack-probe.patch
 Patch2:		%{name}-gstabs.patch
@@ -116,6 +116,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2010/06/21 08:19:02  kosmo
+- updated to snap 20100614
+
 Revision 1.47  2010/02/02 20:27:42  sparky
 - added without doc bcond
 - readded as-build patch

================================================================
Index: packages/sdcc/sdcc-as-build.patch
diff -u packages/sdcc/sdcc-as-build.patch:1.3 packages/sdcc/sdcc-as-build.patch:1.4
--- packages/sdcc/sdcc-as-build.patch:1.3	Tue Feb  2 21:23:44 2010
+++ packages/sdcc/sdcc-as-build.patch	Mon Jun 21 10:19:02 2010
@@ -1,80 +1,48 @@
---- sdcc.orig/sdas/asgb/Makefile.in	2009-10-17 17:18:45.000000000 +0200
-+++ sdcc/sdas/asgb/Makefile.in	2009-11-08 20:30:47.000000000 +0100
+diff -urN sdcc.orig/sdas/as6808/Makefile.in sdcc/sdas/as6808/Makefile.in
+--- sdcc.orig/sdas/as6808/Makefile.in	2010-03-23 21:59:47.000000000 +0100
++++ sdcc/sdas/as6808/Makefile.in	2010-06-16 16:05:12.000000000 +0200
 @@ -36,7 +36,7 @@
+ 
  CPPFLAGS        = @CPPFLAGS@ -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
- CFLAGS          = @CFLAGS@ -Wall -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
- M_OR_MM         = @M_OR_MM@
+ CFLAGS          = @CFLAGS@ @WALL_FLAG@ -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
 -LDFLAGS         = @LDFLAGS@ -lm
 +LDFLAGS         = @LDFLAGS@
  
  OBJDIR = obj
  
-@@ -65,7 +65,7 @@
- all: checkconf $(ASX)
- 
- $(ASX): $(ASOBJECTS)
--	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS)
-+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS) -lm
- 
- # Compiling and installing everything and running test
- # ----------------------------------------------------
---- sdcc.orig/sdas/as6808/Makefile.in	2009-10-17 17:18:45.000000000 +0200
-+++ sdcc/sdas/as6808/Makefile.in	2009-11-08 20:31:08.000000000 +0100
+diff -urN sdcc.orig/sdas/as8051/Makefile.in sdcc/sdas/as8051/Makefile.in
+--- sdcc.orig/sdas/as8051/Makefile.in	2010-03-23 21:59:47.000000000 +0100
++++ sdcc/sdas/as8051/Makefile.in	2010-06-16 16:05:12.000000000 +0200
 @@ -36,7 +36,7 @@
+ 
  CPPFLAGS        = @CPPFLAGS@ -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
- CFLAGS          = @CFLAGS@ -Wall -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
- M_OR_MM         = @M_OR_MM@
+ CFLAGS          = @CFLAGS@ @WALL_FLAG@ -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
 -LDFLAGS         = @LDFLAGS@ -lm
 +LDFLAGS         = @LDFLAGS@
  
  OBJDIR = obj
  
-@@ -65,7 +65,7 @@
- all: checkconf $(ASX)
- 
- $(ASX): $(ASOBJECTS)
--	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS)
-+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS) -lm
- 
- # Compiling and installing everything and running test
- # ----------------------------------------------------
---- sdcc.orig/sdas/as8051/Makefile.in	2009-10-17 17:18:45.000000000 +0200
-+++ sdcc/sdas/as8051/Makefile.in	2009-11-08 20:32:35.000000000 +0100
+diff -urN sdcc.orig/sdas/asgb/Makefile.in sdcc/sdas/asgb/Makefile.in
+--- sdcc.orig/sdas/asgb/Makefile.in	2010-03-23 21:59:47.000000000 +0100
++++ sdcc/sdas/asgb/Makefile.in	2010-06-16 16:05:12.000000000 +0200
 @@ -36,7 +36,7 @@
+ 
  CPPFLAGS        = @CPPFLAGS@ -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
- CFLAGS          = @CFLAGS@ -Wall -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
- M_OR_MM         = @M_OR_MM@
+ CFLAGS          = @CFLAGS@ @WALL_FLAG@ -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
 -LDFLAGS         = @LDFLAGS@ -lm
 +LDFLAGS         = @LDFLAGS@
  
  OBJDIR = obj
  
-@@ -65,7 +65,7 @@
- all: checkconf $(ASX)
- 
- $(ASX): $(ASOBJECTS)
--	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS)
-+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS) -lm
- 
- # Compiling and installing everything and running test
- # ----------------------------------------------------
---- sdcc.orig/sdas/asz80/Makefile.in	2009-10-17 17:18:45.000000000 +0200
-+++ sdcc/sdas/asz80/Makefile.in	2009-11-08 20:32:48.000000000 +0100
+diff -urN sdcc.orig/sdas/asz80/Makefile.in sdcc/sdas/asz80/Makefile.in
+--- sdcc.orig/sdas/asz80/Makefile.in	2010-03-23 21:59:47.000000000 +0100
++++ sdcc/sdas/asz80/Makefile.in	2010-06-16 16:05:12.000000000 +0200
 @@ -36,7 +36,7 @@
+ 
  CPPFLAGS        = @CPPFLAGS@ -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
- CFLAGS          = @CFLAGS@ -Wall -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
- M_OR_MM         = @M_OR_MM@
+ CFLAGS          = @CFLAGS@ @WALL_FLAG@ -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
 -LDFLAGS         = @LDFLAGS@ -lm
 +LDFLAGS         = @LDFLAGS@
  
  OBJDIR = obj
  
-@@ -65,7 +65,7 @@
- all: checkconf $(ASX)
- 
- $(ASX): $(ASOBJECTS)
--	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS)
-+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ASOBJECTS) -lm
- 
- # Compiling and installing everything and running test
- # ----------------------------------------------------

================================================================
Index: packages/sdcc/sdcc-gstabs.patch
diff -u packages/sdcc/sdcc-gstabs.patch:1.1 packages/sdcc/sdcc-gstabs.patch:1.2
--- packages/sdcc/sdcc-gstabs.patch:1.1	Sun Nov  2 02:41:24 2008
+++ packages/sdcc/sdcc-gstabs.patch	Mon Jun 21 10:19:02 2010
@@ -1,18 +1,20 @@
---- sdcc/sim/ucsim/configure.in.orig	2008-11-02 01:38:50.000000000 +0000
-+++ sdcc/sim/ucsim/configure.in	2008-11-02 01:38:53.000000000 +0000
-@@ -517,14 +517,7 @@
- # This is the first time when CFLAGS are set/modified!!
+diff -urN sdcc.orig/sim/ucsim/configure.in sdcc/sim/ucsim/configure.in
+--- sdcc.orig/sim/ucsim/configure.in	2010-04-14 14:10:25.000000000 +0200
++++ sdcc/sim/ucsim/configure.in	2010-06-16 15:56:39.000000000 +0200
+@@ -510,15 +510,7 @@
  
- DD_COPT(CXX, ggdb)
--DD_COPT(CXX, gstabs)
--if test "$ucsim_cv_CXXgstabs" = "yes"; then
--   gopt="-gstabs+ -g3"
--elif test "$ucsim_cv_CXXggdb" = "yes"; then
--     gopt="-ggdb -g3"
--else
--     gopt="-g"
--fi
-+gopt="-g"
- if test "$CXXFLAGS"x = x ;then
-         CXXFLAGS="$gopt"
- else
+   # This is the first time when CFLAGS are set/modified!!
+ 
+-  bor_IS_VALID_OPTION(ggdb)
+-  bor_IS_VALID_OPTION(gstabs)
+-  if test "$ucsim_cv_cxx_gstabs" = "yes"; then
+-    gopt="-gstabs+ -g3"
+-  elif test "$ucsim_cv_cxx_ggdb" = "yes"; then
+-    gopt="-ggdb -g3"
+-  else
+-    gopt="-g"
+-  fi
++  gopt="-g"
+   if test "$CXXFLAGS"x = x ;then
+     CXXFLAGS="$gopt"
+   else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sdcc/sdcc.spec?r1=1.47&r2=1.48&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sdcc/sdcc-as-build.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sdcc/sdcc-gstabs.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list