does powerpc build?
David O'Brien
obrien at freebsd.org
Thu Jul 31 12:42:26 PDT 2003
On Thu, Jul 31, 2003 at 10:26:32AM +0200, Stefan Farfeleder wrote:
> Index: gnu/usr.bin/cc/cc_int/Makefile
> ===================================================================
> RCS file: /usr/home/ncvs/src/gnu/usr.bin/cc/cc_int/Makefile,v
> retrieving revision 1.34
> diff -u -r1.34 Makefile
> --- gnu/usr.bin/cc/cc_int/Makefile 11 Jul 2003 05:37:23 -0000 1.34
> +++ gnu/usr.bin/cc/cc_int/Makefile 15 Jul 2003 21:26:53 -0000
> @@ -27,6 +27,10 @@
> attribs.c cselib.c debug.c rtl-error.c tree-dump.c tree-inline.c
>
> SRCS+= ${GCC_CPU}.c
> +.if exists(${GCC_CPU}-c.c)
> +SRCS+= ${GCC_CPU}-c.c
> +.endif
This is the minimal patch needed to build -- I thought I had committed it
but found I hadn't.
More information about the freebsd-ppc
mailing list