Comment 0 for bug 1636625

Revision history for this message
Gary (islandlife) wrote :

Recommended change: remove incorrect extra ) character

root@nereid:/usr/src/linux-headers-3.13.0-100# diff Makefile old2.Makefile
615c615
< -fstack-protector not supported by compiler)
---
> -fstack-protector not supported by compiler))

This bug causes driver builds to fail like this

make[1]: Entering directory `/usr/src/linux-headers-3.13.0-100-generic'
/usr/src/linux-headers-3.13.0-100-generic/arch/x86/Makefile:111: CONFIG_X86_X32 enabled but no binutils support
Makefile:614: Cannot use CONFIG_CC_STACKPROTECTOR: -fstack-protector not supported by compiler
Makefile:614: *** missing separator. Stop.
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-100-generic'
make: *** [all] Error 2