Package: gcc-3.4
Version: gcc-3.4_3.4.1ds1-5
cross-patch.dpatch too old for this package,
and hence always faild to apply on configure/configure.in.
Below patch fix it.
--
Best regards,
Andrey Volkov
diff -ruN ./gcc-3.4-3.4.1ds1.bug/debian/patches/cross-configure.dpatch
gcc-3.4-3.4.1ds1/debian/patches/cross-configure.dpatch
--- ./gcc-3.4-3.4.1ds1.bug/debian/patches/cross-configure.dpatch Fri Aug
6 13:14:32 2004
+++ gcc-3.4-3.4.1ds1/debian/patches/cross-configure.dpatch Fri Aug 6
12:40:52 2004
@@ -20,15 +20,6 @@
--- configure.in.orig 2004-02-06 10:03:08.000000000 +0300
+++ configure.in 2004-03-10 00:39:05.000000000 +0300
-@@ -1778,7 +1778,7 @@
- s/ --ho[[a-z-]]*[[= ]][[^ ]]* / /
- s/ --bu[[a-z-]]*[[= ]][[^ ]]* / /
- s/ --t[[a-z-]]*[[= ]][[^ ]]* / /
--s/ --program-[[pst]][[a-z-]]*[[= ]][[^ ]]* / /
-+s/ --program-[[pst]][[a-z-]]*[[= ]][[^ ]]* / /g
- s/ -cache-file[[= ]][[^ ]]* / /
- s/ -srcdir[[= ]][[^ ]]* / /
- s/ -host[[= ]][[^ ]]* / /
@@ -2103,7 +2103,10 @@
AC_SUBST(RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE)
@@ -43,15 +34,6 @@
# This should really only happen when the tools are actually being built,
--- configure.orig 2004-02-06 10:03:08.000000000 +0300
+++ configure 2004-03-10 00:39:18.000000000 +0300
-@@ -2540,7 +2540,7 @@
- s/ --ho[a-z-]*[= ][^ ]* / /
- s/ --bu[a-z-]*[= ][^ ]* / /
- s/ --t[a-z-]*[= ][^ ]* / /
--s/ --program-[pst][a-z-]*[= ][^ ]* / /
-+s/ --program-[pst][a-z-]*[= ][^ ]* / /g
- s/ -cache-file[= ][^ ]* / /
- s/ -srcdir[= ][^ ]* / /
- s/ -host[= ][^ ]* / /
@@ -4006,7 +4006,10 @@