Parcourir la source

Rename x86-64 Architecture to x86_64

JDierkse il y a 5 ans
Parent
commit
e4381a5aef
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      Makefile
  2. 2 2
      Makefile.conf.x86_64

+ 1 - 1
Makefile

@@ -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)))

+ 2 - 2
Makefile.conf.x86-64 → Makefile.conf.x86_64

@@ -1,8 +1,8 @@
 #
-# Makefile.conf.x86-64
+# Makefile.conf.x86_64
 #
 
-ARCH := x86-64
+ARCH := x86_64
 
 AR := ar
 CC := g++