aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-09 21:03:03 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-10 19:51:07 -0500
commitbe9b6820a09f9b660eeae187ef3eb967e718232f (patch)
tree48062ba364c7e4fd9473e39ec9d14987445acece /config
parent45af896244145063dccd3137aae774fb9b461c2a (diff)
downloadgcc-be9b6820a09f9b660eeae187ef3eb967e718232f.zip
gcc-be9b6820a09f9b660eeae187ef3eb967e718232f.tar.gz
gcc-be9b6820a09f9b660eeae187ef3eb967e718232f.tar.bz2
config: delete unused CYG_AC_PATH_LIBERTY macro
Nothing uses this, so delete it to avoid confusion. config/ChangeLog: * acinclude.m4 (CYG_AC_PATH_LIBERTY): Delete.
Diffstat (limited to 'config')
-rw-r--r--config/acinclude.m422
1 files changed, 0 insertions, 22 deletions
diff --git a/config/acinclude.m4 b/config/acinclude.m4
index 0abccaf..f18f0d6 100644
--- a/config/acinclude.m4
+++ b/config/acinclude.m4
@@ -239,28 +239,6 @@ AC_SUBST(BFDLIB)
])
dnl ====================================================================
-dnl Find the libiberty library. This defines many commonly used C
-dnl functions that exists in various states based on the underlying OS.
-AC_DEFUN([CYG_AC_PATH_LIBERTY], [
-AC_MSG_CHECKING(for the liberty library in the build tree)
-dirlist=".. ../../ ../../../ ../../../../ ../../../../../ ../../../../../../ ../../../../../../.. ../../../../../../../.. ../../../../../../../../.. ../../../../../../../../../.."
-AC_CACHE_VAL(ac_cv_c_liberty,[
-for i in $dirlist; do
- if test -f "$i/libiberty/Makefile" ; then
- ac_cv_c_liberty=`(cd $i/libiberty; ${PWDCMD-pwd})`
- fi
-done
-])
-if test x"${ac_cv_c_liberty}" != x; then
- LIBERTY="-L${ac_cv_c_liberty}"
- AC_MSG_RESULT(${ac_cv_c_liberty})
-else
- AC_MSG_RESULT(none)
-fi
-AC_SUBST(LIBERTY)
-])
-
-dnl ====================================================================
dnl Find the opcodes library. This is used to do dissasemblies.
AC_DEFUN([CYG_AC_PATH_OPCODES], [
AC_MSG_CHECKING(for the opcodes library in the build tree)