From c684daa6961393d4a7a3666868b5bed47a8b5602 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Thu, 29 Mar 2012 15:30:19 -0400 Subject: [PATCH] --- yaml --- r: 298839 b: refs/heads/master c: 6731aa9eae3e94b094a44d2aea02387a39202fbc h: refs/heads/master i: 298837: a796f0b03e2dcee3c43811dcb74e0318b1017634 298835: dd7a16902078fe2fac576649e3c383015faee1d3 298831: 7c3654bda56adf05c10377e7f8a4512fab3aa1d5 v: v3 --- [refs] | 2 +- trunk/arch/tile/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index db7dc60a53e1..d42d262e4f30 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 51bcdf8879f7920946c90087e6160680812a44bd +refs/heads/master: 6731aa9eae3e94b094a44d2aea02387a39202fbc diff --git a/trunk/arch/tile/Makefile b/trunk/arch/tile/Makefile index 17acce70569b..5e4d3b98d711 100644 --- a/trunk/arch/tile/Makefile +++ b/trunk/arch/tile/Makefile @@ -30,7 +30,8 @@ ifneq ($(CONFIG_DEBUG_EXTRA_FLAGS),"") KBUILD_CFLAGS += $(CONFIG_DEBUG_EXTRA_FLAGS) endif -LIBGCC_PATH := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) +LIBGCC_PATH := \ + $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name) # Provide the path to use for "make defconfig". KBUILD_DEFCONFIG := $(ARCH)_defconfig