Update Makefile.x86_64

This commit is contained in:
Martin Kroeker 2021-04-04 12:31:22 +02:00 committed by GitHub
parent d393f1923f
commit 1ae607beca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -10,14 +10,10 @@ endif
ifndef DYNAMIC_ARCH
define ADD_CPUFLAGS
1
endef
ADD_CPUFLAGS = 1
else
ifdef TARGET_CORE
define ADD_CPUFLAGS
1
endef
ADD_CPUFLAGS = 1
endif
endif