소스 검색

Rename x86-64 Architecture to x86_64

JDierkse 5 년 전
부모
커밋
e4381a5aef
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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++