]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin: Fix bootstrap break on X86.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 17 Mar 2024 03:04:44 +0000 (03:04 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Sun, 17 Mar 2024 03:18:52 +0000 (03:18 +0000)
The changes in r12-9536-gefcca6481eab18 mangled the whitespace in
the ENDFILE_SPEC i386/darwin.h leading to a bootstrap fail.

gcc/ChangeLog:

* config/i386/darwin.h (ENDFILE_SPEC): Fix whitespace.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/config/i386/darwin.h

index 2f773924d6e0df36ae74176409913f0c4be0fcb1..12cdc34a19ecfd86afba39c5961f7abaebe95d70 100644 (file)
@@ -109,8 +109,8 @@ along with GCC; see the file COPYING3.  If not see
 "%{!force_cpusubtype_ALL:-force_cpusubtype_ALL} "
 
 #undef ENDFILE_SPEC
-#define ENDFILE_SPEC
-\  "%{mdaz-ftz:crtfastmath.o%s;Ofast|ffast-math|funsafe-math-optimizations:%{!mno-daz-ftz:crtfastmath.o%s}} \
+#define ENDFILE_SPEC \
+  "%{mdaz-ftz:crtfastmath.o%s;Ofast|ffast-math|funsafe-math-optimizations:%{!mno-daz-ftz:crtfastmath.o%s}} \
    %{mpc32:crtprec32.o%s} \
    %{mpc64:crtprec64.o%s} \
    %{mpc80:crtprec80.o%s}" TM_DESTRUCTOR