Review at  https://gerrit.osmocom.org/2743

Revert "Introduce build script for arm-none-eabi cross-compilations"

"--enable-sanitize" does not work on jenkins build slave (debian8), although it 
worked out locally for me.

Following patch will introduce corrected arm build script without 
"--enable-sanitize" option:

https://gerrit.osmocom.org/#/c/2742/  

This reverts commit ba58167e1bf6ff8815c4e9e0d7b0b63ba1c529f8.

Change-Id: I644114679db1394e75ff12b0203ae8e568aff82c
---
D contrib/jenkins-arm.sh
1 file changed, 0 insertions(+), 33 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/43/2743/1

diff --git a/contrib/jenkins-arm.sh b/contrib/jenkins-arm.sh
deleted file mode 100755
index e279821..0000000
--- a/contrib/jenkins-arm.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-
-set -ex
-
-./contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
-
-autoreconf --install --force
-./configure --enable-static --enable-sanitize \
-       --prefix=/usr/local/arm-none-eabi \
-       --host=arm-none-eabi \
-       --enable-embedded \
-       --disable-shared \
-       CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles 
-nodefaultlibs"
-
-$MAKE $PARALLEL_MAKE \
-       || cat-testlogs.sh
-
-# verify build in dir other than source tree
-rm -rf *
-git checkout .
-autoreconf --install --force
-mkdir builddir
-cd builddir
-
-../configure --enable-static \
-       --prefix=/usr/local/arm-none-eabi \
-       --host=arm-none-eabi \
-       --enable-embedded \
-       --disable-shared \
-       CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles 
-nodefaultlibs"
-
-$MAKE $PARALLEL_MAKE \
-       || cat-testlogs.sh

-- 
To view, visit https://gerrit.osmocom.org/2743
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I644114679db1394e75ff12b0203ae8e568aff82c
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: blobb <dr.bl...@gmail.com>

Reply via email to