From c9b01782224c4b5ea00e251ce64cfbd68ce276d6 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sun, 26 Dec 2021 20:43:56 +0200 Subject: 14396 Makefile.master: gcc 11 support Reviewed by: Andrew Stormont Reviewed by: Garrett D'Amore Approved by: Dan McDonald --- usr/src/Makefile.master | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/src') diff --git a/usr/src/Makefile.master b/usr/src/Makefile.master index bb67c95899..97711d7ec9 100644 --- a/usr/src/Makefile.master +++ b/usr/src/Makefile.master @@ -590,7 +590,8 @@ CALLSYMS= -_gcc=-fno-eliminate-unused-debug-symbols \ # by the CTF tools. With Sun Studio this is stabs due to bugs in the Studio # compilers. With GCC this is DWARF v2. # -DEBUGFORMAT= -_cc=-xdebugformat=stabs -_gcc=-gdwarf-2 -_gcc10=-gstrict-dwarf +DEBUGFORMAT= -_cc=-xdebugformat=stabs -_gcc=-gdwarf-2 \ + -_gcc10=-gstrict-dwarf -_gcc11=-gstrict-dwarf # # Ask the compiler to include debugging information -- cgit v1.2.3