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

Re: patch needed to build gcc on ppc



Duh, that's a reversed patch.

Anyway, this version still can't build apt; I have a workaround which
I'm testing now.

On Mon, Sep 06, 1999 at 05:10:54PM -0400, Daniel Jacobowitz wrote:
> A few patches have gone upstream.
> 
> Dan
> 
> /--------------------------------\  /--------------------------------\
> |       Daniel Jacobowitz        |__|        SCS Class of 2002       |
> |   Debian GNU/Linux Developer    __    Carnegie Mellon University   |
> |         dan@debian.org         |  |       dmj+@andrew.cmu.edu      |
> \--------------------------------/  \--------------------------------/

> --- 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
>  



Dan

/--------------------------------\  /--------------------------------\
|       Daniel Jacobowitz        |__|        SCS Class of 2002       |
|   Debian GNU/Linux Developer    __    Carnegie Mellon University   |
|         dan@debian.org         |  |       dmj+@andrew.cmu.edu      |
\--------------------------------/  \--------------------------------/


Reply to: