diff options
Diffstat (limited to 'usr/src/tools/ctf')
-rw-r--r-- | usr/src/tools/ctf/cvt/Makefile.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/tools/ctf/cvt/Makefile.com b/usr/src/tools/ctf/cvt/Makefile.com index 5385b3769f..5cdccf6dfc 100644 --- a/usr/src/tools/ctf/cvt/Makefile.com +++ b/usr/src/tools/ctf/cvt/Makefile.com @@ -83,7 +83,7 @@ CERRWARN += -_gcc=-Wno-unused CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-switch -C99MODE = $(C99_ENABLE) +CSTD = $(CSTD_GNU99) ctfconvert := LDFLAGS += $(DWARFLDFLAGS) |