Skip to content

Commit

Permalink
Makefile.defs: override the ARCH for amd64 to x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 16, 2017
1 parent 2bea7f5 commit 1adf88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.defs
Expand Up @@ -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)>)
Expand Down

0 comments on commit 1adf88e

Please sign in to comment.