This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via f5bf33b287d5c4ce13c0ecac91c8d7f128a24eb5 (commit)
from fe9769833fa74ea841f78c0e931130a70fc3aca9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=f5bf33b287d5c4ce13c0ecac91c8d7f…
commit f5bf33b287d5c4ce13c0ecac91c8d7f128a24eb5
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Mar 16 13:12:07 2017 +0100
buildenv: Make build CPU invariant
Currently the build environment checks which extension the current
CPU supports and picks the compiler flags accordingly.
If the build is happening on a machine that does not support the
extensions we need (SSE3, SSE4.1), the binary will lack those
extensions, even if its intended to be used on a more powerful
machine that would support the extensions.
This commit removes the CPU tests from the build process.
Change-Id: Ic913aa13c23c348ae62e78c9dfd6ed8b0a62798c
-----------------------------------------------------------------------
Summary of changes:
config/ax_ext.m4 | 182 +++++--------------------------------------------------
1 file changed, 16 insertions(+), 166 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit