Browse Source

glibc: fixed to only inject glibc specific config.cache if glibc is the default libc

stable/0.6
Christian Wiese 11 years ago
parent
commit
54a053aada
  1. 6
      base/glibc/parse-config

6
base/glibc/parse-config

@ -12,6 +12,8 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if atstage cross; then if [ "$SDECFG_LIBC" == "glibc" ]; then
var_append configcachefile ' ' "$base/package/*/glibc/share/config.cache" if atstage cross; then
var_append configcachefile ' ' "$base/package/*/glibc/share/config.cache"
fi
fi fi

Loading…
Cancel
Save