This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
libssp_nonshared license problem
- From: yao zhuang <secularbird dot eagle at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 3 Sep 2019 16:07:37 +0800
- Subject: libssp_nonshared license problem
Hello
We want to use -fstack-protector to protect our program, but when adding
this flag, gcc will link libssp_nonshared which is a static library, not a
runtime library. Does It means that if we want to using -fstack-protector,
we need to follow gplv3, not gplv3-with-runtime-exception? Is this correct?
Is there any way to get around?
Thanks!
Yao Zhuang