mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Add i486 and i586 to Linux makefile for detection of ia32.
This commit is contained in:
parent
fe5257df81
commit
487e89d4d0
1 changed files with 6 additions and 0 deletions
|
@ -92,6 +92,12 @@ endif
|
|||
ifeq ($(CC_MACH),i386)
|
||||
ZT_ARCHITECTURE=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),i486)
|
||||
ZT_ARCHITECTURE=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),i586)
|
||||
ZT_ARCHITECTURE=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),i686)
|
||||
ZT_ARCHITECTURE=1
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue