Browse Source

toolchain: hardcoded docker as output type

master
Nagy Károly Gábriel 8 years ago
parent
commit
7f4cbe0281
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      target/toolchain/config.in

+ 2
- 1
target/toolchain/config.in

@ -26,7 +26,8 @@ for x in CCACHE_USEIT=1 GCC_JAVA=0 \
export SDECFGSET_PKG_$x
done
SDECFGSET_IMAGE='none'
SDECFGSET_IMAGE='docker'
SDECFGSET_INIT='none'
SDECFGSET_XTRACE='1'
if [ ! -s "$cfgtmpdir/$target.config.in" ]; then

Loading…
Cancel
Save