Comment 2 for bug 1244573

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote : Re: Bitmap tests crash the 5.5 server on Jenkins centos5-32 release

We have had the following logic in earlier builds, it may have been not added in new builds, will be good to use gcc44 for rhel5 again.

# Use modern gcc for rhel5.
if test "x$REDHAT_VERSION" == "xrhel5"
then
    export CC=gcc44 CXX=g++44
fi