[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#120452: please reenable shared libgcc for s390



Package: gcc-3.0
Version: 3.0.2ds4-3
Severity: serious

Hi,

I am one of the S/390 porters. The latest version of gcc-3.0 doesn't support 
shared libgcc for s390. Could you please reenable this by applying the 
attached patch. 

The latest version is broken, since libgcc is built and used during runtime, 
but not installed.

Thanks,
Gerhard
--- gcc-3.0-3.0.2ds4/debian/rules.defs  Wed Nov 21 09:10:28 2001
+++ gcc-3.0-3.0.2ds4/debian/rules.defs-s390     Tue Nov 20 17:16:41 2001
@@ -197,7 +197,7 @@
 ifeq ($(DEB_HOST_ARCH),powerpc)
   with_shared_libgcc := disabled for powerpc
 endif
-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),hppa s390))
+ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),hppa))
   with_shared_libgcc := disabled for $(DEB_HOST_ARCH)
 endif

Reply to: