Makefile: Print ARCH variable
This commit is contained in:
parent
3a12a11cfc
commit
23891b8dd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue