]> git.pld-linux.org Git - packages/sdcc.git/commitdiff
- updated to snap 20100803 auto/th/sdcc-2_9_7-0_20100803_1
authorkosmo <kosmo@pld-linux.org>
Tue, 3 Aug 2010 20:18:30 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sdcc-as-build.patch -> 1.5
    sdcc.spec -> 1.49

sdcc-as-build.patch
sdcc.spec

index a43e5670c8ecc6a732e1145f24b784ed1a634291..ae3836937c73037ae81008860b86d23016f126ce 100644 (file)
@@ -1,6 +1,6 @@
 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
+--- sdcc.orig/sdas/as6808/Makefile.in  2010-08-03 22:09:57.016409271 +0200
++++ sdcc/sdas/as6808/Makefile.in       2010-08-03 22:11:20.631407187 +0200
 @@ -36,7 +36,7 @@
  
  CPPFLAGS        = @CPPFLAGS@ -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
@@ -10,9 +10,18 @@ diff -urN sdcc.orig/sdas/as6808/Makefile.in sdcc/sdas/as6808/Makefile.in
  
  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
+ # ----------------------------------------------------
 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
+--- sdcc.orig/sdas/as8051/Makefile.in  2010-08-03 22:09:57.017408239 +0200
++++ sdcc/sdas/as8051/Makefile.in       2010-08-03 22:11:00.094409806 +0200
 @@ -36,7 +36,7 @@
  
  CPPFLAGS        = @CPPFLAGS@ -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
@@ -22,9 +31,18 @@ diff -urN sdcc.orig/sdas/as8051/Makefile.in sdcc/sdas/as8051/Makefile.in
  
  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
+ # ----------------------------------------------------
 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
+--- sdcc.orig/sdas/asgb/Makefile.in    2010-08-03 22:09:57.017408239 +0200
++++ sdcc/sdas/asgb/Makefile.in 2010-08-03 22:11:09.430533066 +0200
 @@ -36,7 +36,7 @@
  
  CPPFLAGS        = @CPPFLAGS@ -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
@@ -34,9 +52,18 @@ diff -urN sdcc.orig/sdas/asgb/Makefile.in sdcc/sdas/asgb/Makefile.in
  
  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
+ # ----------------------------------------------------
 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
+--- sdcc.orig/sdas/asz80/Makefile.in   2010-08-03 22:09:57.018408442 +0200
++++ sdcc/sdas/asz80/Makefile.in        2010-08-03 22:11:32.487532881 +0200
 @@ -36,7 +36,7 @@
  
  CPPFLAGS        = @CPPFLAGS@ -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/Util
@@ -46,3 +73,12 @@ diff -urN sdcc.orig/sdas/asz80/Makefile.in sdcc/sdas/asz80/Makefile.in
  
  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 5de6c23e57c1f674cf4ab6593982a6cd0c9c7c03..0253b712f1e193573926956469b9a3d6b7314087 100644 (file)
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -2,8 +2,8 @@
 # Conditional build:
 %bcond_without doc             # don't rebuild documentation
 
-%define                _snap_date      20100614
-%define                _snap_id        5852
+%define                _snap_date      20100803
+%define                _snap_id        5906
 
 Summary:       C compiler for Intel 8051 and Zilog Z80
 Summary(pl.UTF-8):     Kompilator C dla Intel 8051 i Zilog Z80
@@ -13,7 +13,7 @@ Release:      0.%{_snap_date}.1
 License:       GPL
 Group:         Development/Languages
 Source0:       http://sdcc.sourceforge.net/snapshots/sdcc-src/%{name}-src-%{_snap_date}-%{_snap_id}.tar.bz2
-# Source0-md5: 04249f4a3df1caa9b6fdad06084f1954
+# Source0-md5: e7c73e220fca113e254b8f6872c7010b
 Patch0:                %{name}-mcs51-pcall.patch
 Patch1:                %{name}-mcs51-stack-probe.patch
 Patch2:                %{name}-gstabs.patch
This page took 0.0496 seconds and 4 git commands to generate.