svn commit: r518973 - head/base/binutils

Mark Millard marklmi at yahoo.com
Wed Dec 4 03:41:18 UTC 2019


A couple of oddities in base/binutils/Makefile :

BUTARGET=       ${TARGETARCH}-unknown-${OPSYS:tl}${OSREL}
. . .
BUTARGET?=      ${PKGNAMEPREFIX}unknown-${OPSYS:tl}${OSREL}

The first prevents the 2nd.

For the 2nd: earlier the Makefile listed:

PKGNAMEPREFIX=  ${OPSYS:tl}-

So substituting would produce:

${OPSYS:tl}-unknown-${OPSYS:tl}${OSREL}

having ${OPSYS:tl} twice and a "--" involved.

The above are not new but I just noticed them.

My guess is that the "BUTARGET?= . . ." line
should be deleted.

I've not built base/binutils in some time and
may not get around to it for some time.


I notice that base/README is still written in
terms of devel/*-xtoolchain-gcc instead of
involving devel/freebsd-gcc6@* ( *-gcc6 ). This
might be deliberate for now, I'm not sure.

===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)



More information about the svn-ports-head mailing list