• Sam Ravnborg's avatar
    kbuild: fix cc-version · 93e66df2
    Sam Ravnborg authored
    cc-version needs to use $(shell to get the gcc version.
    Before if gave the following error when building the kernel:
    
    /bin/sh: line 1: [: too many arguments
    
    And all checks for gcc version were broken.
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    93e66df2
Makefile 38.6 KB