diff options
-rw-r--r-- | usr/src/uts/Makefile.uts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/Makefile.uts b/usr/src/uts/Makefile.uts index d90c21138a..4cdfbdc486 100644 --- a/usr/src/uts/Makefile.uts +++ b/usr/src/uts/Makefile.uts @@ -276,6 +276,7 @@ CFLAGS_uts += $(EXTRA_CFLAGS) CFLAGS_uts += $(CSOURCEDEBUGFLAGS) CFLAGS_uts += $(CUSERFLAGS) CFLAGS_uts += $(CFLAGS_uts_$(MACH)) +CFLAGS_uts += -_gcc=-fno-asynchronous-unwind-tables # # Declare that $(OBJECTS) and $(LINTS) can be compiled in parallel. |