gcc/config/rs6000: fix typo

Change-Id: If4a29c15dd4ccfc36ba8262ca36b86e9dc2abcd6
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/7558
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
This commit is contained in:
David Karoly 2024-03-28 17:19:03 +01:00 committed by waddlesplash
parent d98b633cf6
commit 8b4a2b77d5

View File

@ -69,5 +69,5 @@ Boston, MA 02111-1307, USA. */
rs6000_isa_flags |= OPTION_MASK_MINIMAL_TOC; \
TARGET_NO_FP_IN_TOC = 1; \
haiku_override_options (); \
}
} \
while (0)