packages: sdcc/sdcc-as-build.patch - readded, with directory names updated
sparky
sparky at pld-linux.org
Tue Feb 2 21:23:49 CET 2010
Author: sparky Date: Tue Feb 2 20:23:49 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- readded, with directory names updated
---- Files affected:
packages/sdcc:
sdcc-as-build.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/sdcc/sdcc-as-build.patch
diff -u /dev/null packages/sdcc/sdcc-as-build.patch:1.3
--- /dev/null Tue Feb 2 21:23:49 2010
+++ packages/sdcc/sdcc-as-build.patch Tue Feb 2 21:23:44 2010
@@ -0,0 +1,80 @@
+--- 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
+@@ -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@
+-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
+@@ -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@
+-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
+@@ -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@
+-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
+@@ -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@
+-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
+ # ----------------------------------------------------
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sdcc/sdcc-as-build.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list