• malff/marcsql@weblab.(none)'s avatar
    Do not use $static_link for GCOV builds, · 7a1942d2
    malff/marcsql@weblab.(none) authored
    since this flag was explicitly removed in pushbuild for GCOV builds.
    
     BUILD_CMD => ['sh', '-c', 'perl -i.bak -pe "s/ \\\\\$static_link//" ' .
                  'BUILD/compile-pentium-gcov; BUILD/compile-pentium-gcov'],
    
    Moving $static_link to SETUP.sh broke this, and is now fixed.
    
    Should this flag be needed on some platforms,
    the proper location is compile-<platform>-gcov
    
    Tested the amd64 and pentium64 build fine without it, and can run NDB tests.
    7a1942d2
SETUP.sh 5.45 KB