Browse Source

Enabled multilib support by default.

karasz/new-early
Oliver Winston 17 years ago
parent
commit
4fb2cf37f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/sde-config/main.in

+ 1
- 1
lib/sde-config/main.in

@ -115,7 +115,7 @@ block_begin 7
if [ -f architecture/$SDECFG_ARCH/config.in ]
then . architecture/$SDECFG_ARCH/config.in ; fi
bool 'Enable c-compiler multilib support' SDECFG_MULTILIB 0
bool 'Enable c-compiler multilib support' SDECFG_MULTILIB 1
bool 'This is a cross-build between architectures' SDECFG_CROSSBUILD 0
if [ "$SDECFG_CROSSBUILD" = 1 ] ; then
pkgfilter sed -e 's,^\(. ..\)[^ ]*,\1--------,' -e 's,^\(. \)?,\10,' -e 's,^\(. .\)?,\11,'

Loading…
Cancel
Save