Browse Source

Makefile.defs: override the ARCH for amd64 to x86_64

Daniel-Constantin Mierla 8 years ago
parent
commit
1adf88e721
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Makefile.defs

+ 1 - 1
src/Makefile.defs

@@ -377,7 +377,7 @@ endif
 
 # retarget amd64 to x86_64
 ifeq ($(ARCH), amd64)
-	ARCH=x86_64
+	override ARCH=x86_64
 endif
 
 $(info target architecture <$(ARCH)>, host architecture <$(HOST_ARCH)>)