Created
February 2, 2014 11:05
-
-
Save jasperla/8766593 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: _arch-n-opsys | |
=================================================================== | |
--- _arch-n-opsys (revision 3868) | |
+++ _arch-n-opsys (working copy) | |
@@ -104,8 +104,9 @@ | |
OpenBSD) | |
OPSYS=openbsd | |
HEAP_OPSYS=bsd | |
- case `uname -m` in | |
+ case `uname -p` in | |
*86) ARCH=x86;; | |
+ powerpc) ARCH=ppc;; | |
*) exit 1;; | |
esac | |
;; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment