From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>
---
/** Email created from pull request 179 (muvarov:api-next)
 ** https://github.com/Linaro/odp/pull/179
 ** Patch: https://github.com/Linaro/odp/pull/179.patch
 ** Base sha: 6b6253c30f88c80bf632436ff06c1b000860a2f1
 ** Merge commit sha: ada61f5ba5f940d03a95893940c21028d4c75d19
 **/
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 329b9195e..1ca4b5afa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,7 +77,7 @@ before_install:
                   BUILD_GNU_TYPE=`dpkg-architecture -a"$CROSS_ARCH" 
-qDEB_BUILD_GNU_TYPE` ;
                   CROSS_GNU_TYPE=`dpkg-architecture -a"$CROSS_ARCH" 
-qDEB_HOST_GNU_TYPE` ;
                   CROSS_MULTIARCH=`dpkg-architecture -a"$CROSS_ARCH" 
-qDEB_HOST_MULTIARCH` ;
-                  CROSS="--host="$CROSS_GNU_TYPE" --build="$BUILD_GNU_TYPE" 
--prefix=/usr --includedir=/usr/include/"$CROSS_MULTIARCH" 
--libdir=/usr/lib/"$CROSS_MULTIARCH" --libexecdir=/usr/lib/"$CROSS_MULTIARCH"" ;
+                  CROSS="--host="$CROSS_GNU_TYPE" --build="$BUILD_GNU_TYPE"" ;
                   sudo dpkg --add-architecture "$CROSS_ARCH" ;
                   sudo -E apt-add-repository -y "deb http://ports.ubuntu.com 
trusty main" ;
                   sudo -E apt-add-repository -y "deb http://ports.ubuntu.com 
trusty-updates main" ;

Reply via email to