This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]