• Show log

    Commit

  • Hash : b091d236
    Author : Brent Cook
    Date : 2015-06-13T22:26:58

    fix libtool 2.4.2 stack-protector flag handling
    
    Teach libtool 2.4.2 how to pass -fstack-protector* to the linker so
    libssp is properly linked in on some toolchains. See upstream patch:
    https://github.com/instantinfrastructure/poky-daisy/blob/master/meta/recipes-devtools/libtool/libtool/respect-fstack-protector.patch
    
    Thanks to kinichiro inoguchi