Re: Linker error with latest tree on EM64T

From: Sam Ravnborg
Date: Thu Jul 13 2006 - 09:25:13 EST


On Thu, Jul 13, 2006 at 01:58:02PM +0200, Marcel Holtmann wrote:
> >
> > you are using ubuntu which has a compiler that adds -fstack-protector
> > implicitly to the compiler options, yet you don't have a kernel that
> > provides this infrastructure ;)
So go bug ubuntu...

> I couldn't find such a patch in Sam's repository
>From -linus:
# Force gcc to behave correct even for buggy distributions
CFLAGS += $(call cc-option, -fno-stack-protector-all \
-fno-stack-protector)

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/