-
- Downloads
kbuild: remove GCC_VERSION
This was causing some ordering problems. Remove the up-front evaluation and just revaluate the compiler version each time we need it. (The up-front evaluation was problematic because some architectures modify the value of $(CC)). Signed-off-by:Andrew Morton <akpm@osdl.org> Signed-off-by:
Sam Ravnborg <sam@ravnborg.org>
Showing
- Documentation/kbuild/makefiles.txt 2 additions, 2 deletionsDocumentation/kbuild/makefiles.txt
- arch/i386/Makefile 2 additions, 2 deletionsarch/i386/Makefile
- arch/ia64/Makefile 1 addition, 6 deletionsarch/ia64/Makefile
- arch/powerpc/Makefile 2 additions, 4 deletionsarch/powerpc/Makefile
- arch/ppc/Makefile 1 addition, 2 deletionsarch/ppc/Makefile
Loading
Please register or sign in to comment