]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - scripts/kconfig/Makefile
kbuild: check if we can link gettext not just compile
[mirror_ubuntu-focal-kernel.git] / scripts / kconfig / Makefile
index 8986a48c8c490c1fa0b030b6c144002c8f6bcc7f..bb08069b04af35e260b940b7ff5bf9e8d3fdfe1b 100644 (file)
@@ -143,14 +143,8 @@ clean-files        := lkc_defs.h qconf.moc .tmp_qtcheck \
                   .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
 clean-files     += mconf qconf gconf
 
-# Needed for systems without gettext
-KBUILD_HAVE_NLS := $(shell \
-     if echo "\#include <libintl.h>" | $(HOSTCC) $(HOSTCFLAGS) -E - > /dev/null 2>&1 ; \
-     then echo yes ; \
-     else echo no ; fi)
-ifeq ($(KBUILD_HAVE_NLS),no)
-HOSTCFLAGS     += -DKBUILD_NO_NLS
-endif
+# Add environment specific flags
+HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS))
 
 # generated files seem to need this to find local include files
 HOSTCFLAGS_lex.zconf.o := -I$(src)