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]

Re: -fno-stack-protector not ensuring binary compatibility


PÃdraig Brady <P@draigBrady.com> writes:

> I'm trying to compile a binary on Fedora 7
> and have it work on older systems:

Unfortunately, while glibc does implement backward compatibility, it
does not implement forward compatibility.  If you want to ensure that
your binary will run on an older system, you need to build it on an
older system (or using a cross-compiler to the older system).

Ian


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