blob: 27dc161182e0f0897f73db8caa357929023a1a2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.common.orig 2013-06-26 14:00:04.000000000 -0400
+++ Makefile.common 2013-06-26 21:01:35.000000000 -0400
@@ -6,7 +6,7 @@
# Get the OS machine architecture. Anything with a "64" in the returned
# string will be treated as a 64-bit OS. Otherwise, the default is 32-bit.
#
-HARDWARE_NAME := $(shell uname -m)
+HARDWARE_NAME := $(shell uname -p)
#
# Main rule will only generate versions that are appropriate for the running
|