[MPlayer-dev-eng] [PATCH] Recognize some more OpenBSD architecure ports
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Tue Dec 10 20:54:51 CET 2013
On Mon, Dec 09, 2013 at 07:30:34PM -0500, Brad Smith wrote:
> - macppc|ppc*|Power*) host_arch=ppc ;;
> + *ppc*|Power*) host_arch=ppc ;;
I don't like this, it seems to generic.
It's hard to come up with convincing examples since I'll have to make up
names, but e.g. things like tulippc or apppc would be recognized as
PowerPC like this.
And since due to the uname mess we have to use "uname -m"
there might be some unusual names.
More information about the MPlayer-dev-eng
mailing list