Browse Source

Fixed glibc to apply multilib/pure64 related patches again

user/chris/old/multilib
Christian Wiese 17 years ago
committed by Christian Wiese
parent
commit
49e13f9231
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      base/glibc/glibc.conf

+ 4
- 0
base/glibc/glibc.conf

@ -40,10 +40,14 @@ else
var_append extraconfopt " " "--with-headers=$root/usr/include"
if [ "$SDECFG_MULTILIB" == 1 ] ; then
# OpenSDE specific patch for 64-bit multilib builds
var_append patchfiles ' ' "$confdir/*multilib*.diff"
# set the ABI for each buildloop
echo_status "Glibc Buildloop: $buildloop"
hook_add preconf 3 'multilib_abi_loop $buildloop'
else
# OpenSDE specific patch for pure 64-bit builds
var_append patchfiles ' ' "$confdir/*pure64*.diff"
abi="$SDECFG_ABI_DEFAULT"
fi

Loading…
Cancel
Save