svn commit: r413965 - head/lang/gcc7-devel

Gerald Pfeifer gerald at pfeifer.com
Wed Apr 27 20:34:08 UTC 2016


On Mon, 25 Apr 2016, John Marino wrote:
>>   .if ${ARCH} == "amd64"
>>   CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
>> -.else
>> -CONFIGURE_TARGET=	${ARCH}-portbld-${OPSYS:tl}${OSREL}
>>   .endif
> Perhaps replacing entire condition with
> CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64}-portbld-${OPSYS:tl}${OSREL}
> is the cleanest approach.  That technique is used in a lot of ports.

Would it make sense for Mk/bsd.port.mk to simply use x86_64 
when GNU_CONFIGURE is set (as opposed to a lot of ports doing
this manually in various ways)?

Gerald



More information about the svn-ports-all mailing list