Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308085
b: refs/heads/master
c: 1fcb78e
h: refs/heads/master
i:
  308083: 9e4927a
v: v3
  • Loading branch information
Chris Metcalf committed May 25, 2012
1 parent 769d2f1 commit 19a7573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: 9f1d62bed7f015d11b9164078b7fea433b474114
refs/heads/master: 1fcb78e9da714d96f65edd37b29dae3b1f7df508
7 changes: 6 additions & 1 deletion trunk/arch/tile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ LIBGCC_PATH := \
$(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)

# Provide the path to use for "make defconfig".
KBUILD_DEFCONFIG := $(ARCH)_defconfig
# We default to the newer TILE-Gx architecture if only "tile" is given.
ifeq ($(ARCH),tile)
KBUILD_DEFCONFIG := tilegx_defconfig
else
KBUILD_DEFCONFIG := $(ARCH)_defconfig
endif

# Used as a file extension when useful, e.g. head_$(BITS).o
# Not needed for (e.g.) "$(CC) -m32" since the compiler automatically
Expand Down

0 comments on commit 19a7573

Please sign in to comment.