X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=d15ac32afbaf03bac1095938a31a6295318ccaac;hb=729c0c9dd55204f0c9a823ac8a7bfa83d36c7e78;hp=c9132594860b5b40161fdbd68f11ff9ee782da3b;hpb=22d3e0c36e10296da91e3bb8826592bacfbf4b9c;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index c9132594860b..d15ac32afbaf 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 4 PATCHLEVEL = 18 SUBLEVEL = 0 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 NAME = Merciless Moray # *DOCUMENTATION* @@ -507,11 +507,6 @@ ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC) $(KBUILD_CFLA KBUILD_AFLAGS += -DCC_HAVE_ASM_GOTO endif -ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/cc-can-link.sh $(CC)), y) - CC_CAN_LINK := y - export CC_CAN_LINK -endif - # The expansion should be delayed until arch/$(SRCARCH)/Makefile is included. # Some architectures define CROSS_COMPILE in arch/$(SRCARCH)/Makefile. # CC_VERSION_TEXT is referenced from Kconfig (so it needs export),