|
|
Hi,
IIUC the stack check functions now have been moved to a separate top level
library.
Unless I am using the new --disable-libssp configure switch, bootstrap fails
for the avr port. Everything works fine (compiler build, build of libgcc2,
etc.) until gcc starts trying to build libssp. May it be possible that the
build system of libssp is not prepared to deal with cross compiler builds.?
It seems that configure is trying to execute the binaries it has compiled for
the cross target.
Related question:
Since I am just reworking the prologue/epilogue generation of the avr port for
replacing the text version by an RTL version, I think that I could include
stack checking functionality at the same time without too much work. Will
then be any need for libssp?
Yours,
BjÃrn Haase
|
|