Browse Source

modules: Fixed FOOTPRINT to set OPT=size correctly

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

+ 1
- 1
pkgsel/Base/FOOTPRINT.conf

@ -17,7 +17,7 @@
x=
case "$2" in
embedded|light)
x="DISABLE_NLS=1 CROSSBUILD=1 SDECFG_OPT=size"
x="DISABLE_NLS=1 CROSSBUILD=1 OPT=size"
;;
*)
x="DISABLE_NLS=0 CROSSBUILD=0"

Loading…
Cancel
Save