commit: a0259f58a977ab446e95b22dcd08904e3ab223b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 2 00:40:21 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 2 00:40:21 2025 +0000
URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=a0259f58
16.0.0: add quotes to sync toplevel patch
Signed-off-by: Sam James <sam <AT> gentoo.org>
16.0.0/gentoo/88_all_sync_toplevel-2.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/16.0.0/gentoo/88_all_sync_toplevel-2.patch
b/16.0.0/gentoo/88_all_sync_toplevel-2.patch
index fad2097..d1012d1 100644
--- a/16.0.0/gentoo/88_all_sync_toplevel-2.patch
+++ b/16.0.0/gentoo/88_all_sync_toplevel-2.patch
@@ -238,7 +238,7 @@ index 00000000000..b6b28ab8d21
+dnl
+AC_DEFUN([CLANG_PLUGIN_FILE_FOR_TARGET],[dnl
+ COMPILER_FOR_TARGET="${CC_FOR_TARGET}"
-+ if test x${COMPILER_FOR_TARGET} = x"\$(CC)"; then
++ if test x"${COMPILER_FOR_TARGET}" = x"\$(CC)"; then
+ COMPILER_FOR_TARGET="$CC"
+ fi
+ saved_CC="$CC"
@@ -299,7 +299,7 @@ index c30cfdd8fad..687af3e7c17 100644
+AC_DEFUN([GCC_PLUGIN_OPTION_FOR_TARGET],[dnl
+COMPILER_FOR_TARGET="${CC_FOR_TARGET}"
+dnl Check if the host compiler is used.
-+if test x${COMPILER_FOR_TARGET} = x"\$(CC)"; then
++if test x"${COMPILER_FOR_TARGET}" = x"\$(CC)"; then
+ COMPILER_FOR_TARGET="$CC"
+fi
+saved_CC="$CC"
@@ -985,7 +985,7 @@ index 549aae7f3e3..a960918dcf6 100755
+# Try CLANG_PLUGIN_FILE_FOR_TARGET first since GCC_PLUGIN_OPTION_FOR_TARGET
+# may return the wrong PLUGIN_OPTION_FOR_TARGET with clang.
+ COMPILER_FOR_TARGET="${CC_FOR_TARGET}"
-+ if test x${COMPILER_FOR_TARGET} = x"\$(CC)"; then
++ if test x"${COMPILER_FOR_TARGET}" = x"\$(CC)"; then
+ COMPILER_FOR_TARGET="$CC"
+ fi
+ saved_CC="$CC"
@@ -1087,7 +1087,7 @@ index 549aae7f3e3..a960918dcf6 100755
+ PLUGIN_OPTION_FOR_TARGET="--plugin $PLUGIN_FILE_FOR_TARGET"
+else
+ COMPILER_FOR_TARGET="${CC_FOR_TARGET}"
-+if test x${COMPILER_FOR_TARGET} = x"\$(CC)"; then
++if test x"${COMPILER_FOR_TARGET}" = x"\$(CC)"; then
+ COMPILER_FOR_TARGET="$CC"
+fi
+saved_CC="$CC"