Add i586 i686 to Makefile
[urcu.git] / Makefile64
index c484a5ebd4adbf311e82d5c6af4f0fcd0b4afb41..acb4a26c218ed114170a9a08c5e44a8166cb96c6 100644 (file)
@@ -8,9 +8,6 @@ HOSTTYPE=$(shell uname -m)
 ifeq ("${HOSTTYPE}","x86_64")
 ARCHTYPE=x86
 endif
-ifeq ("${HOSTTYPE}","i486")
-ARCHTYPE=x86
-endif
 ifeq ("${HOSTTYPE}","powerpc")
 ARCHTYPE=ppc
 endif
This page took 0.022562 seconds and 4 git commands to generate.