Skip to content

Commit

Permalink
builder: set host cc for libgpg-error to gcc
Browse files Browse the repository at this point in the history
Set the var CC_FOR_BUILD=gcc in the core build environment. This is used
by libgpg-error to make host build tools when cross compiling, may be
used by other things as well.
  • Loading branch information
rkitover committed Dec 6, 2018
1 parent 00b0469 commit 61b3084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/builder/core.sh
Expand Up @@ -18,6 +18,8 @@ export BUILD_ROOT="\${BUILD_ROOT:-$BUILD_ROOT}"
export CC="\${CC:-gcc}"
export CXX="\${CXX:-g++}"
export CC_FOR_BUILD=gcc
case "\$CC" in
ccache*)
:
Expand Down

0 comments on commit 61b3084

Please sign in to comment.