Christian Ehrhardt wrote: > Subject: [PATCH] extboot: fix -fno-stack-protector usage > From: Christian Ehrhardt <[EMAIL PROTECTED]> > > Option -fno-stack-protector breaks kvm-userspace in environments without > stack-protector functionality. They fail with "unrecognized command line > option" when compiling extboot. > This patch removes the fix -fno-stack-protector option and replaces it > with a detection that only adds -fno-stack-protector if the option is > supported by the used gcc. > The detection code is copied from kernel sources scripts/Kbuild.include. >
Applied, thanks. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel