Skip to content
  • Olaf Hering's avatar
    tools/vtpm: use LDLIBS to pass -lgmp · 0ce453dc
    Olaf Hering authored
    
    
    Linking tpmd will fail with recent toolchains because -lgmp is passed
    via LDFLAGS instead of LDLIBS. With this change -lgpm is placed at the
    end of the gcc cmdline and linking tpmd succeeds again.
    
    Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
    Committed-by: Ian Jackson <ian.jackson.citrix.com>
    0ce453dc