[openssl-commits] Fixed: openssl/openssl#20885 (master - ef2dfc9)

Travis CI builds at travis-ci.org
Mon Oct 1 08:09:37 UTC 2018


Build Update for openssl/openssl
-------------------------------------

Build: #20885
Status: Fixed

Duration: 18 mins and 42 secs
Commit: ef2dfc9 (master)
Author: Richard Levitte
Message: Refactor linker script generation

The generation of linker scripts was badly balanced, as all sorts of
platform dependent stuff went into the top build.info, when that part
should really be made as simply and generic as possible.

Therefore, we move a lot of the "magic" to the build files templates,
since they are the place for platform dependent things.  What remains
is to parametrize just enough in the build.info file to generate the
linker scripts correctly for each associated library.

"linker script" is a term usually reserved for certain Unix linkers.
However, we only use them to say what symbols should be exported, so
we use the term loosely for all platforms.  The internal extension is
'.ld', and is changed by the build file templates as appropriate for
each target platform.

Note that this adds extra meaning to the value of the shared_target
attribute.

Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7333)

View the changeset: https://github.com/openssl/openssl/compare/b44882a0bd07...ef2dfc9902e0

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/435478409?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20181001/7b8ed029/attachment.html>


More information about the openssl-commits mailing list