[Pkg-scicomp-commits] cpushare/trunk/debian

Sam Hocevar sam at zoy.org
Sat Apr 19 13:27:16 UTC 2008


SVN commit 2406 by sho:

  * debian/patches/102_libgcc_eh.diff:
    + New patch. Add libgcc_eh.a to the link flags because the powerpc libc
      seems to expect it. There's no harm adding it on every platform since
      it is statically linked and therefore optimised out if unused.


 M  +5 -0      cpushare/trunk/debian/changelog  
 M  +1 -0      cpushare/trunk/debian/examples/Makefile  
 A             cpushare/trunk/debian/patches/102_libgcc_eh.diff  
 M  +1 -0      cpushare/trunk/debian/patches/series  


--- cpushare/trunk/debian/changelog #2405:2406
@@ -12,6 +12,11 @@
     + Support older versions of python-twisted to make the job of backporters
       easier.
 
+  * debian/patches/102_libgcc_eh.diff:
+    + New patch. Add libgcc_eh.a to the link flags because the powerpc libc
+      seems to expect it. There's no harm adding it on every platform since
+      it is statically linked and therefore optimised out if unused.
+
   * debian/patches/210_empty_data_segment.diff:
     + Patch was applied upstream. Removing it.
 
--- cpushare/trunk/debian/examples/Makefile #2405:2406
@@ -41,6 +41,7 @@
 OBJCOPY = $(CROSS_COMPILE)objcopy
 
 LIBGCC = $(shell $(CC) $(CFLAGS) -print-libgcc-file-name)
+LIBGCC += $(shell $(CC) $(CFLAGS) -print-file-name=libgcc_eh.a)
 LIBM = $(shell $(CC) $(CFLAGS) -print-file-name=libm.a)
 LIBC = $(shell $(CC) $(CFLAGS) -print-file-name=libc.a)
 
--- cpushare/trunk/debian/patches/series #2405:2406
@@ -1,5 +1,6 @@
 100_bytecode_name.diff
 101_make_clean.diff
+102_libgcc_eh.diff
 200_cert_key.diff
 201_seccomp_path.diff
 202_cache_path.diff



More information about the Pkg-scicomp-commits mailing list