aboutsummaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorNorbert Lange <nolange79@gmail.com>2022-06-07 15:10:45 +0200
committerChris Packham <judge.packham@gmail.com>2022-07-11 19:50:29 +1200
commitee635cdf9a67be84f4815f4afe2759dd90a7cc2e (patch)
tree1014446414804e4ccf6c318363439ee17205e277 /config/cc
parent165502587397fa25558ecc89ce32cddb561104da (diff)
downloadcrosstool-ng-ee635cdf9a67be84f4815f4afe2759dd90a7cc2e.tar.gz
crosstool-ng-ee635cdf9a67be84f4815f4afe2759dd90a7cc2e.tar.bz2
crosstool-ng-ee635cdf9a67be84f4815f4afe2759dd90a7cc2e.zip
Fixes for libstdcxx-verbose option tristate
Make it proper "tristate" by not specifying the option. The config GCC_4_8_or_later was removed with cc6b7fad46f5cb3d84, so dont use it.
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index b77efba8..3112ac51 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -293,7 +293,6 @@ config CC_GCC_LIBSTDCXX_VERBOSE
default n if BARE_METAL
default m if !BARE_METAL
prompt "Verbose libstdc++"
- depends on GCC_4_8_or_later
depends on CC_LANG_CXX
help
Write descriptive error messages on certain events.