Skip to content
Snippets Groups Projects
Commit 0ece9df0 authored by Kevin Layer's avatar Kevin Layer
Browse files

bug23334: regularize $(MACHINE) use

Change-Id: I0ecdbdd09654dc0f478fa93b9b91a88f9e650552
parent 4965ff0f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ ifeq ($(OS_NAME),sunos)
ifeq ($(MACHINE),sparc)
HOST = sun4-svr4
endif
ifeq ($(MACHINE),x86_64)
ifeq ($(MACHINE),x86)
HOST = solamd64
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment