From: Jim Meyering Date: Sun, 18 Nov 2012 17:16:17 +0000 (-0800) Subject: maint: avoid i686-specific syntax-check failure X-Git-Tag: v8.21~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47046dac3903c9f16e5f58d8d31346efd3215135;p=thirdparty%2Fcoreutils.git maint: avoid i686-specific syntax-check failure * cfg.mk (_gl_TS_unmarked_extern_vars): Define. --- diff --git a/cfg.mk b/cfg.mk index 2ddf4149bb..943933a740 100644 --- a/cfg.mk +++ b/cfg.mk @@ -604,3 +604,8 @@ export _gl_TS_headers = $(srcdir)/cfg.mk _gl_TS_dir = . _gl_TS_obj_files = src/*.$(OBJEXT) _gl_TS_other_headers = src/*.h + +# Tell the tight_scope rule about an exceptional "extern" variable. +# Normally, the rule would detect its declaration, but that uses a +# different name, __clz_tab. +_gl_TS_unmarked_extern_vars = factor_clz_tab