From 87ce3429acc0d9fde5773b82e04325189f3aeb42 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 29 Sep 2021 01:12:38 +0200 Subject: examples: remove redundant environment variables --- examples/glibc.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'examples/glibc.yml') diff --git a/examples/glibc.yml b/examples/glibc.yml index ad189b3..396be1f 100644 --- a/examples/glibc.yml +++ b/examples/glibc.yml @@ -22,13 +22,7 @@ tasks: - recipe: 'linux-uapi-headers' task: 'install' run: | - export BUILD_CC=gcc - export CC={{cross_compile}}gcc - export CXX={{cross_compile}}g++ - export AR={{cross_compile}}ar - export NM={{cross_compile}}nm - export RANLIB={{cross_compile}}ranlib - export READELF={{cross_compile}}readelf + export BUILD_CC="$CC_FOR_BUILD" mkdir {{pn}}-build cd {{pn}}-build -- cgit v1.2.3