Misc changes to makefile.

This commit is contained in:
2016-10-24 02:22:59 +01:00
parent 196a32be88
commit 217fe9ffe4

View File

@@ -1,5 +1,5 @@
# Try to guess host machine # Try to guess host machine
ARCH = $(shell $(CC) -dumpmachine | cut -f1 -d- | sed s,i[3456789]86,ia32,) ARCH = $(shell gcc -dumpmachine | cut -f1 -d- | sed s,i[3456789]86,ia32,)
# Override amd64 # Override amd64
ifeq ($(ARCH),amd64) ifeq ($(ARCH),amd64)