Date: Tue, 13 Apr 2004 16:38:09 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: Dirk Meyer <dinoex@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc32 Makefile Message-ID: <Pine.BSF.4.58.0404131636490.33054@acrux.dbai.tuwien.ac.at> In-Reply-To: <200404131104.i3DB42oZ055432@repoman.freebsd.org> References: <200404131104.i3DB42oZ055432@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 13 Apr 2004, Dirk Meyer wrote: > Modified files: > lang/gcc32 Makefile > Log: > - take maintainership Excellent. > gcc33 objc compilers don't compile gnustep-base. > so this port is still needed for a bit. > > - let build also on alpha and sparc64 I believe you could also make it work on amd64 by using the hack I have been applying to the gcc33 and gcc34 ports: .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .else CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} .endif Gerald -- Gerald Pfeifer (Jerry) gerald@pfeifer.com http://www.pfeifer.com/gerald/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.58.0404131636490.33054>