Преглед изворни кода

Makefile.defs: override the ARCH for amd64 to x86_64

Daniel-Constantin Mierla пре 8 година
родитељ
комит
1adf88e721
1 измењених фајлова са 1 додато и 1 уклоњено
  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)>)