Add i586 i686 to Makefile
[urcu.git] / Makefile
index 917aa1a31b6be0d90b974da8d1759f55123cd239..41319140b38b5d0d1426215471772af4712cc6d0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,10 @@ HOSTTYPE=$(shell uname -m)
 ifeq ("${HOSTTYPE}","x86_64")
 ARCHTYPE=x86
 endif
-ifeq ("${HOSTTYPE}","i486")
+ifeq ("${HOSTTYPE}","i586")
+ARCHTYPE=x86
+endif
+ifeq ("${HOSTTYPE}","i686")
 ARCHTYPE=x86
 endif
 ifeq ("${HOSTTYPE}","powerpc")
This page took 0.022264 seconds and 4 git commands to generate.