> so I followed Robert's hint to CFLAGS="-fno-stack-protector -no-pie",
> but I end up with another error. It is not possible to set CFLAGS like
> this as we don't include SSP and PIE in stage1 xgcc so it fails as it
> don't know anything about them.
Correction: It *is* possible to build this way. One must only pass the
variable as `CFLAGS='...' ./configure ...` and not export CFLAGS='...'.
I do apologize for disturbing you. :]
-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to