aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2021-09-10 08:04:57 +0200
committerRichard Biener <rguenther@suse.de>2021-09-10 11:10:59 +0200
commitf7523dbc2d2934afd467008e22c695d362b3d365 (patch)
tree7b2af918d0d86ae1be9b07b79f05dfa48610e958 /gcc/configure.ac
parent1e77bcbc7a2fcbfb0579b239afb31997bc510c9d (diff)
downloadgcc-f7523dbc2d2934afd467008e22c695d362b3d365.zip
gcc-f7523dbc2d2934afd467008e22c695d362b3d365.tar.gz
gcc-f7523dbc2d2934afd467008e22c695d362b3d365.tar.bz2
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 <rguenther@suse.de> * configure.ac (--with-stabs): Remove. * configure: Regenerate. * doc/install.texi: Remove --with-stabs documentation.
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac7
1 files changed, 0 insertions, 7 deletions
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],