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)) ARCHS := $(filter-out any,$(ARCHS))
ifeq ($(ARCH),) ifeq ($(ARCH),)
ARCH := x86-64 ARCH := x86_64
endif endif
ifeq (,$(findstring -S,$(COMMANDLINE))) ifeq (,$(findstring -S,$(COMMANDLINE)))
@@ -1,8 +1,8 @@
# #
# Makefile.conf.x86-64 # Makefile.conf.x86_64
# #
ARCH := x86-64 ARCH := x86_64
AR := ar AR := ar
CC := g++ CC := g++