Makefile: Print ARCH variable

This commit is contained in:
Jan Holthuis 2015-07-27 14:53:16 +02:00
parent 3a12a11cfc
commit 23891b8dd7
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ ifeq (,$(ARCH))
ARCH = $(shell uname -m)
endif
$(info Building arch: $(ARCH))
ifeq ($(ARCH), $(filter $(ARCH), i386 i686))
X86_REC := 1
MFLAGS += -m32