Browse Source

modules: Changed FOOTPRINT to not impose STATIC for embedded

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
7b00323bf0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pkgsel/Base/FOOTPRINT.conf

+ 1
- 1
pkgsel/Base/FOOTPRINT.conf

@ -25,7 +25,7 @@ case "$2" in
esac
if [ "$2" == "embedded" ]; then
x="$x STATIC=1 PKG_TERMCAP_USEIT=1 PKG_TERMCAP_USETERMUTILS=1"
x="$x PKG_TERMCAP_USEIT=1 PKG_TERMCAP_USETERMUTILS=1"
fi
for y in $x; do

Loading…
Cancel
Save