Both -fno-stack-protector-all and -fno-stack-protector disable the gcc specs hack. If "-fno-stack-protector*" matches then -fstack-protector-all doesn't get used.
robert On September 5, 2005 04:23 pm, Pasha Zubkov wrote: > David Ciecierski wrote: > >> Make sure everything linked to the module was compiled with > >> -fno-stack-protector. Try using CC="gcc -fno-stack-protector". > > > > CC didn't help. > > What about CC="gcc -fno-stack-protector-all"? -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
