Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



On Sat, Jun 08, 2019 at 01:18:03 +0900, Izumi Tsutsui wrote:

> > Fix long-term broken pattern match when determining if uname -p output is
> > valid. [^a-z] syntax isn't valid.
> 
> Does this fix PR toolchain/54100?
> http://gnats.netbsd.org/54100

No, that's unrelated.  Make uses regexps, wher ^ is correct.

The problem with the PR is the typo in the variable name, missing
leading underscore in

_HOST_ARCH:=	   ${HOST_ARCH:...}

note "HOST_ARCH" in the rhs, not "_HOST_ARCH".

amd64 is probably one of the few ports that has different -p and -m
values (there are others, but you wouldn't normally run build.sh on
them :)

-uwe


Home | Main Index | Thread Index | Old Index