This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] fix libssp on darwin
Hi Eric, can I help? Or rather, how exactly could --enable-
bootstrap help you?
Ideally here libssp would be built and installed as part of stage 1 -
and I could then have options passed that would be a part of stage2
and further, i.e. make CFLAGS="-fstack-protector-all -O2 -g"
bootstrap would work after --enable-bootstrap at the top level.
I think there are a couple of pending patches that will make this
work - they've just not been approved yet.
-eric