Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356300
b: refs/heads/master
c: 0e39718
h: refs/heads/master
v: v3
  • Loading branch information
Helge Deller committed Feb 20, 2013
1 parent b846e31 commit 588ecbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 26ad19d8ebdb73869341b1b4159d32c0f0755946
refs/heads/master: 0e39718b988b84860a6c291a2c82c9cb75e3b8a9
9 changes: 4 additions & 5 deletions trunk/arch/parisc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,17 @@ ifdef CONFIG_64BIT
UTS_MACHINE := parisc64
CHECKFLAGS += -D__LP64__=1 -m64
WIDTH := 64

# FIXME: if no default set, should really try to locate dynamically
ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := hppa64-linux-gnu-
endif
else # 32-bit
WIDTH :=
endif

# attempt to help out folks who are cross-compiling
ifeq ($(NATIVE),1)
CROSS_COMPILE := hppa$(WIDTH)-linux-
else
ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := hppa$(WIDTH)-linux-gnu-
endif
endif

OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
Expand Down

0 comments on commit 588ecbc

Please sign in to comment.