Browse Source

* changed TOOLCHAIN.conf to use hack_stages() instead of a hardcoded pkgfilter

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
1b1b385bc1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      pkgsel/Development_/toolchain.conf

+ 2
- 1
pkgsel/Development_/toolchain.conf

@ -1,7 +1,8 @@
if [ "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" == embedded -o \
\( "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" == light -a "$SDECFG_TRG_MNEMOSYNE_DEVELOPMENT" != 1 \) \
] ; then
pkgfilter sed -e 's,^\(.\) \(.\)[^ ]* \([^ ]*\) \([^ ]*\) \(automake\|autoconf\|gcc\|binutils\|flex\|libtool\|ccache\) ,\1 \2--------- \3 \4 \5 ,'
hack_stages 0 automake autoconf gcc binutils flex libtool ccache
fi
SDECFGSET_PKG_CCACHE_USEIT=1

Loading…
Cancel
Save