Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83140
b: refs/heads/master
c: 6f7127d
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Feb 5, 2008
1 parent 26db10a commit 9fa59f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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: 3506e0c49a5ceba72c0405d1a470184c2d6705f7
refs/heads/master: 6f7127db311fe3e0ea6a2a332833f85abab6cb4b
11 changes: 5 additions & 6 deletions trunk/arch/m68k/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@
# Copyright (C) 1994 by Hamish Macdonald
#

# test for cross compiling
COMPILE_ARCH = $(shell uname -m)

# override top level makefile
AS += -m68020
LDFLAGS := -m m68kelf
LDFLAGS_MODULE += -T $(srctree)/arch/m68k/kernel/module.lds
ifneq ($(COMPILE_ARCH),$(ARCH))
# prefix for cross-compiling binaries
CROSS_COMPILE = m68k-linux-gnu-
ifneq ($(SUBARCH),$(ARCH))
ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := $(call cc-cross-prefix, \
m68k-linux-gnu- m68k-linux- m68k-unknown-linux-gnu-)
endif
endif

ifdef CONFIG_SUN3
Expand Down

0 comments on commit 9fa59f5

Please sign in to comment.