[openssh-commits] [openssh] branch master updated (57379dbd -> f2c06ab8)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 8 17:46:17 AEST 2018


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  57379dbd  upstream: test the correct configuration option name
       new  e1542a80  Better detection of unsupported compiler options.
       new  f2c06ab8  Remove ability to override $LD.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit f2c06ab8dd90582030991f631a2715216bf45e5a
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Jun 8 17:43:36 2018 +1000

    Remove ability to override $LD.
    
    Since autoconf always uses $CC to link C programs, allowing users to
    override LD caused mismatches between what LD_LINK_IFELSE thought worked
    and what ld thought worked.  If you do need to do this kind of thing you
    need to set a compiler flag such as gcc's -fuse-ld in LDFLAGS.

commit e1542a80797b4ea40a91d2896efdcc76a57056d2
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Jun 8 13:55:59 2018 +1000

    Better detection of unsupported compiler options.
    
    Should prevent "unsupported -Wl,-z,retpoline" warnings during linking.
    ok djm@

Summary of changes:
 INSTALL      |  2 +-
 aclocal.m4   | 15 +++++++++++----
 configure.ac |  9 +++++----
 3 files changed, 17 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list