Add -fno-stack-protector to the GCC options. Thanks, Ward.
-- Ward Vandewege <[EMAIL PROTECTED]> Free Software Foundation - Senior System Administrator
Modern distros seem to need this. Signed-off-by: Ward Vandewege <[EMAIL PROTECTED]> Index: packages/linuxbios/patches/no-stack-protector.patch =================================================================== --- packages/linuxbios/patches/no-stack-protector.patch (revision 0) +++ packages/linuxbios/patches/no-stack-protector.patch (revision 0) @@ -0,0 +1,13 @@ +Index: src/mainboard/gigabyte/m57sli/Options.lb +=================================================================== +--- LinuxBIOSv2.orig/src/mainboard/gigabyte/m57sli/Options.lb (revision 2742) ++++ LinuxBIOSv2/src/mainboard/gigabyte/m57sli/Options.lb (working copy) +@@ -297,7 +297,7 @@ + ## + ## The default compiler + ## +-default CC="$(CROSS_COMPILE)gcc -m32" ++default CC="$(CROSS_COMPILE)gcc -m32 -fno-stack-protector" + default HOSTCC="gcc" + + ##
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios