From f7523dbc2d2934afd467008e22c695d362b3d365 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 10 Sep 2021 08:04:57 +0200 Subject: Remove vestiges of --with-stabs This removes the --with-stabs configure option which had no effect since quite some time. 2021-09-10 Richard Biener * configure.ac (--with-stabs): Remove. * configure: Regenerate. * doc/install.texi: Remove --with-stabs documentation. --- gcc/configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/configure.ac') diff --git a/gcc/configure.ac b/gcc/configure.ac index 6f768e0..259c933 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -845,13 +845,6 @@ fi # Miscenalleous configure options # ------------------------------- -# With stabs -AC_ARG_WITH(stabs, -[AS_HELP_STRING([--with-stabs], - [arrange to use stabs instead of host debug format])], -stabs="$with_stabs", -stabs=no) - # Determine whether or not multilibs are enabled. AC_ARG_ENABLE(multilib, [AS_HELP_STRING([--enable-multilib], -- cgit v1.1