cvs commit: ports/lang/gcc32 Makefile
Gerald Pfeifer
gerald at pfeifer.com
Tue Apr 13 07:38:08 PDT 2004
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 at pfeifer.com http://www.pfeifer.com/gerald/
More information about the cvs-all
mailing list