⛏️ index : buildtools.git

author David Karoly <karolyd577@gmail.com> 2024-03-28 17:19:03.0 +01:00:00
committer waddlesplash <waddlesplash@gmail.com> 2024-03-28 17:04:40.0 +00:00:00
commit
8b4a2b77d5806a82afa2e43e5539808a6f6bf130 [patch]
tree
ae386ab7385245e2dece2044e3f3d23042d32c10
parent
d98b633cf6dfb11ea83bf00ff807e9f8b4289352
download
8b4a2b77d5806a82afa2e43e5539808a6f6bf130.tar.gz

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>

Diff

 gcc/gcc/config/rs6000/haiku.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/gcc/config/rs6000/haiku.h b/gcc/gcc/config/rs6000/haiku.h
index 59be0b8..f1f1317 100644
--- a/gcc/gcc/config/rs6000/haiku.h
+++ a/gcc/gcc/config/rs6000/haiku.h
@@ -69,5 +69,5 @@
	rs6000_isa_flags |= OPTION_MASK_MINIMAL_TOC;                   \
	TARGET_NO_FP_IN_TOC = 1;                                       \
	haiku_override_options ();                                     \
   }
   }                                                               \
 while (0)