Skip to content

Commit 0a16bc1

Browse files
zebreusCopilot
andauthored
Update Makefile-eh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bb258a1 commit 0a16bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile-eh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ BUILD_LIBC_TOP_HALF ?= yes
2323
OBJDIR ?= build/$(TARGET_TRIPLE)
2424
# Whether to compile with PIC (needed for shared libs and dynamic linking)
2525
PIC ?= no
26-
# Use legacy exception handling instead of the standardized exnref based one.
26+
# Use the standardized exnref-based exception handling instead of the legacy one.
2727
EXNREF_EH ?= yes
2828
# Whether to verify the build symbols against the expected symbol list.
2929
# Disabling this is useful for development, where differences in the

0 commit comments

Comments
 (0)