Rename x86-64 Architecture to x86_64

This commit is contained in:
2020-04-17 09:33:14 +02:00
parent 3077504d41
commit e4381a5aef
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ MAKECMDGOALS := $(filter-out $(ARCH),$(MAKECMDGOALS))
ARCHS := $(filter-out any,$(ARCHS))
ifeq ($(ARCH),)
ARCH := x86-64
ARCH := x86_64
endif
ifeq (,$(findstring -S,$(COMMANDLINE)))