Re: Preserve gcc 2.95 compatibility in crypt32
Jeremy White wrote:
Changelog: * Use the U() macros to preserve gcc 2.95 compatibility Heh, and linux just dropped support for anything below gcc 3.2: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commi... Maybe we want to drop that too.
Let the flame war begin ... bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199 Sr. Network Engineer Fax.: +49-711-96437-111 Red Hat GmbH Email: mstefani(a)redhat.com Hauptstaetterstr. 58 http://www.redhat.de/ D-70178 Stuttgart
Heh, and linux just dropped support for anything below gcc 3.2: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commi...
Maybe we want to drop that too.
Let the flame war begin ...
Well, we use a lowest common denominator box to build our binaries; this enables us to ship a single binary that runs everywhere (or everywhere we've found). And gcc 2.95 is part of that. My opinion is that, if it's not hard for us to maintain compatibility, we should. At least until we upgrade our build box <grin>. Cheers, Jeremy
participants (2)
-
Jeremy White -
Michael Stefaniuc