Package: perl
Version: 5.8.8-7
Severity: wishlist
Tags: patch
Could you please apply the following patch?
This patch is to support SH4 target.
regards,
Nobuhiro
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.20.3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages perl depends on:
ii libc6 2.5-4 GNU C Library: Shared libraries
ii libdb4.4 4.4.20-8 Berkeley v4.4 Database Libraries [
ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime
ii perl-base 5.8.8-7 The Pathologically Eclectic Rubbis
ii perl-modules 5.8.8-7 Core Perl modules
Versions of packages perl recommends:
pn perl-doc <none> (no description available)
-- no debconf information
--- ./debian/rules.d/binary-gcc.mk.orig 2007-05-17 22:06:35.000000000 +0900
+++ debian/rules.d/binary-gcc.mk 2007-05-17 22:08:30.000000000 +0900
@@ -80,8 +80,13 @@
rm -rf $(d_gcc)
dh_installdirs -p$(p_gcc) $(dirs_gcc)
+ifneq ($(DEB_HOST_ARCH),sh4)
rm -f $(d)/$(PF)/$(libdir)/libgcc_s.so
ln -sf /$(libdir)/libgcc_s.so.$(GCC_SONAME)
$(d)/$(gcc_lib_dir)/libgcc_s.so
+else
+ mv $(d)/$(PF)/$(libdir)/libgcc_s.so $(d)/$(gcc_lib_dir)/libgcc_s.so
+endif
+
ifeq ($(with_libssp),yes)
mv $(d)/$(PF)/lib/libssp*.a $(d_gcc)/$(gcc_lib_dir)/