# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/libelf/libelf.conf # Copyright (C) 2021 - 2024 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- if [ "$SDECFG_LIBC" = "uclibc" -o "$SDECFG_LIBC" = "musl" ]; then hook_add preconf 8 "echo -e 'ac_cv_bad_fts=no\nac_cv_search_fts_close=no\nac_cv_search__obstack_free=yes' >> config.cache" var_append patchfiles " " "$confdir/no-fts.diff" fi var_append extraconfopt ' ' '--enable-elf64 --disable-debuginfod' var_append makeinstopt ' ' "instroot=$root" [ $arch = "microblaze" ] && var_append extraconfopt ' ' '--disable-symbol-versioning'