diff options
-rw-r--r-- | arch/parisc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 113e28206503..2f967cc6649e 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile | |||
@@ -24,9 +24,7 @@ CHECKFLAGS += -D__hppa__=1 | |||
24 | LIBGCC = $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) | 24 | LIBGCC = $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) |
25 | 25 | ||
26 | MACHINE := $(shell uname -m) | 26 | MACHINE := $(shell uname -m) |
27 | ifeq ($(MACHINE),parisc*) | 27 | NATIVE := $(if $(filter parisc%,$(MACHINE)),1,0) |
28 | NATIVE := 1 | ||
29 | endif | ||
30 | 28 | ||
31 | ifdef CONFIG_64BIT | 29 | ifdef CONFIG_64BIT |
32 | UTS_MACHINE := parisc64 | 30 | UTS_MACHINE := parisc64 |