aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeremy Bennett <jeremy.bennett@embecosm.com>2023-08-07 22:36:56 +0100
committerJeremy Bennett <jeremy.bennett@embecosm.com>2023-08-08 17:37:00 +0100
commitf58c21db40cb1e8292e6e86558571d9f697d27a7 (patch)
tree4edbeb62e41b49bed77535f3ba65b2b4f165f062 /configure.ac
parentd0d07301f9df660396651273d52ea0403bf3d5a2 (diff)
downloadriscv-gnu-toolchain-f58c21db40cb1e8292e6e86558571d9f697d27a7.zip
riscv-gnu-toolchain-f58c21db40cb1e8292e6e86558571d9f697d27a7.tar.gz
riscv-gnu-toolchain-f58c21db40cb1e8292e6e86558571d9f697d27a7.tar.bz2
Fix bug in configure.ac and regenerate configure
* configure: Regenerated. * configure.ac: Remove redundant AS_HELP_STRING when testing enable_debug_info; add comment to use Autoconf 2.69. Signed-off-by: Jeremy Bennett <jeremy.bennett@embecosm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9e70bb2..33e00f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,4 @@
+## Process this file with autoconf 2.69. Other versions may not work.
AC_INIT(riscv-toolchain, 1.0)
AC_PROG_CC
@@ -58,8 +59,6 @@ AC_ARG_ENABLE(debug_info,
)
AS_IF([test "x$enable_debug_info" != xyes],
- [AS_HELP_STRING([--disable-debug-info],
- [build glibc and musl without debug infromation])],
[disable_debug_info=yes],
[disable_debug_info=no]
)