ref: a84829adad427afd18a0387fdd12056ac35a0260
parent: e33e667369270ef94daaacd5461e28ee4b57d34d
author: sl <devnull@localhost>
date: Thu Oct 27 19:48:18 EDT 2016
Make.openbsd: fix for ppc and sparc64 build (thanks, jca)
--- a/Make.openbsd
+++ b/Make.openbsd
@@ -17,5 +17,5 @@
all: default
libmachdep.a:
- arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd64/'`; \
+ arch=`uname -m|sed 's/i.86/386/; s/macppc/power/; s/socppc/power/; s/x86_64/amd64/; s/sparc64/sun4u/'`; \
(cd posix-$$arch && make)