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