mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-08 10:21:53 +00:00
Add i486 and i586 to Linux makefile for detection of ia32.
This commit is contained in:
parent
fe5257df81
commit
487e89d4d0
@ -92,6 +92,12 @@ endif
|
|||||||
ifeq ($(CC_MACH),i386)
|
ifeq ($(CC_MACH),i386)
|
||||||
ZT_ARCHITECTURE=1
|
ZT_ARCHITECTURE=1
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(CC_MACH),i486)
|
||||||
|
ZT_ARCHITECTURE=1
|
||||||
|
endif
|
||||||
|
ifeq ($(CC_MACH),i586)
|
||||||
|
ZT_ARCHITECTURE=1
|
||||||
|
endif
|
||||||
ifeq ($(CC_MACH),i686)
|
ifeq ($(CC_MACH),i686)
|
||||||
ZT_ARCHITECTURE=1
|
ZT_ARCHITECTURE=1
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user