Browse Source

* changed FOOTPRINT.conf, embedded and light are only cross compiled and without NLS support. embedded use termcap.

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
2dbe05522d
1 changed files with 9 additions and 12 deletions
  1. +9
    -12
      pkgsel/Base/FOOTPRINT.conf

+ 9
- 12
pkgsel/Base/FOOTPRINT.conf

@ -13,21 +13,18 @@
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
y=
case "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" in
embedded)
y="DISABLE_NLS=1"
y="$y PKG_TERMCAP_USEIT=1 PKG_TERMCAP_USETERMUTILS=1 STATIC=1"
embedded|light)
const SDECFG_DISABLE_NLS 1
pkgfilter sed -e 's,^\(.\) \(.\)[^ ]*,\1 \21--------,'
;;
light)
y="DISABLE_NLS=1"
;;
*) # regular
esac
case "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" in
embedded)
const SDECFG_STATIC 1
const SDECFG_PKG_TERMCAP_USEIT 1
const SDECFG_PKG_TERMCAP_USETERMUTILS 1
;;
esac
for x in $y; do
eval SDECFGSET_$x
const SDECFG_${x/=/ }
done

Loading…
Cancel
Save