summaryrefslogtreecommitdiffstats
path: root/examples/glibc.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-29 01:12:38 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-02 12:58:36 +0200
commit87ce3429acc0d9fde5773b82e04325189f3aeb42 (patch)
treead6dac36e1b28e4bbec1c0690de1b664f6905004 /examples/glibc.yml
parentf0653ccdb084ad7bb389ad6859474c117893e5a9 (diff)
downloadrebel-87ce3429acc0d9fde5773b82e04325189f3aeb42.tar
rebel-87ce3429acc0d9fde5773b82e04325189f3aeb42.zip
examples: remove redundant environment variables
Diffstat (limited to 'examples/glibc.yml')
-rw-r--r--examples/glibc.yml8
1 files changed, 1 insertions, 7 deletions
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