A few patches have gone upstream. Dan
/--------------------------------\ /--------------------------------\ | Daniel Jacobowitz |__| SCS Class of 2002 | | Debian GNU/Linux Developer __ Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \--------------------------------/ \--------------------------------/
--- gcc-2.95.1/debian/rules.patch Sun Sep 5 23:54:07 1999 +++ rules.patch Sun Sep 5 23:53:36 1999 @@ -23,7 +23,7 @@ # debian_patches += cpp-predefines #endif ifeq ($(DEB_HOST_ARCH),arm) - debian_patches += arm-config + debian_patches += arm-config library-prefix endif ifeq ($(DEB_HOST_ARCH),m68k) debian_patches += 68060-build @@ -32,7 +32,8 @@ debian_patches += sparc32-rfi builtin-apply sparc-bi-arch endif ifeq ($(DEB_HOST_ARCH),powerpc) - debian_patches += ppc-ice ppc-descriptions ppc-andrew-dwarf-eh + debian_patches += ppc-ice ppc-descriptions \ + ppc-andrew-dwarf-eh ppc-no-weak-local-branches library-prefix endif endif

