Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20155
b: refs/heads/master
c: 15508d2
h: refs/heads/master
i:
  20153: fe36270
  20151: 8942c2d
v: v3
  • Loading branch information
Linus Torvalds committed Feb 9, 2006
1 parent d162959 commit b1d1c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 0bdd340c092b0936f78a54bdbd3927463ed4fca3
refs/heads/master: 15508d22d00277a1f2a1022dce38f2772c810d32
12 changes: 1 addition & 11 deletions trunk/scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,7 @@ KBUILD_HAVE_NLS := $(shell \
then echo yes ; \
else echo no ; fi)
ifeq ($(KBUILD_HAVE_NLS),no)
HOSTCFLAGS += -DKBUILD_NO_NLS
else
KBUILD_NEED_LINTL := $(shell \
if echo -e "\#include <libintl.h>\nint main(int a, char** b) { gettext(\"\"); return 0; }\n" | \
$(HOSTCC) $(HOSTCFLAGS) -x c - -o /dev/null> /dev/null 2>&1 ; \
then echo no ; \
else echo yes ; fi)
ifeq ($(KBUILD_NEED_LINTL),yes)
HOSTLOADLIBES_conf += -lintl
HOSTLOADLIBES_mconf += -lintl
endif
HOSTCFLAGS += -DKBUILD_NO_NLS
endif

# generated files seem to need this to find local include files
Expand Down

0 comments on commit b1d1c2b

Please sign in to comment.