Update Makefile.x86_64
This commit is contained in:
parent
d393f1923f
commit
1ae607beca
|
@ -10,14 +10,10 @@ endif
|
||||||
|
|
||||||
|
|
||||||
ifndef DYNAMIC_ARCH
|
ifndef DYNAMIC_ARCH
|
||||||
define ADD_CPUFLAGS
|
ADD_CPUFLAGS = 1
|
||||||
1
|
|
||||||
endef
|
|
||||||
else
|
else
|
||||||
ifdef TARGET_CORE
|
ifdef TARGET_CORE
|
||||||
define ADD_CPUFLAGS
|
ADD_CPUFLAGS = 1
|
||||||
1
|
|
||||||
endef
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue