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
+10
View File
@@ -0,0 +1,10 @@
#
# Makefile.conf.x86_64
#
ARCH := x86_64
AR := ar
CC := g++
STRIP := strip
OBJCOPY := objcopy