gcc-patches@gcc.gnu.org
[Top] [All Lists]

bootstrap failure for avr-port caused by libssp

Subject: bootstrap failure for avr-port caused by libssp
From: BjÃrn Haase
Date: Sun, 7 Aug 2005 12:00:18 +0200
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

<Prev in Thread] Current Thread [Next in Thread>
  • bootstrap failure for avr-port caused by libssp, BjÃrn Haase <=