well, if i use gcc 3.1 with the current Makefile, the gcc specific include
dir is not well parsed in this expression :
kbuild_2_4_nostdinc := -nostdinc $(shell $(CC) -print-search-dirs | sed -ne 's/install: \(.*\)/-I \1include/gp')
because my system is fr_FR and the gcc output begins with :
Installé: ...
So i have to put LC_ALL=C before compiling the kernel.
I think you should set LC_ALL=C in the Makefile in order to avoid that
problem with locales.
Regards
PS : Please CC me the answers.
-- Edouard Gomez - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/