Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374269
b: refs/heads/master
c: 93782eb
h: refs/heads/master
i:
  374267: 896fcda
v: v3
  • Loading branch information
Mike Frysinger authored and Helge Deller committed May 6, 2013
1 parent d1f1b11 commit 6eb0789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dde397981cc14c2ee0c33d395691e63b1ee40fe5
refs/heads/master: 93782eba49e23c3f311a6b05a19ba15927ec4e8b
4 changes: 1 addition & 3 deletions trunk/arch/parisc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ CHECKFLAGS += -D__hppa__=1
LIBGCC = $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)

MACHINE := $(shell uname -m)
ifeq ($(MACHINE),parisc*)
NATIVE := 1
endif
NATIVE := $(if $(filter parisc%,$(MACHINE)),1,0)

ifdef CONFIG_64BIT
UTS_MACHINE := parisc64
Expand Down

0 comments on commit 6eb0789

Please sign in to comment.