ports/devel/mingw32-gcc/files/patch-gcc_config_darwin.h
Stephen Montgomery-Smith 0816ffb03a - Patches so that it builds with clang-6.
PR:		ports/229662
Submitted by:	stephen@FreeBSD.org
2018-07-10 21:13:45 +00:00

11 lines
413 B
C

--- gcc/config/darwin.h.orig 2013-02-11 23:30:10 UTC
+++ gcc/config/darwin.h
@@ -530,7 +530,7 @@ extern GTY(()) int darwin_ms_struct;
#define TARGET_ASM_LTO_END darwin_asm_lto_end
#define ASM_OUTPUT_SKIP(FILE,SIZE) \
- fprintf (FILE, "\t.space "HOST_WIDE_INT_PRINT_UNSIGNED"\n", SIZE)
+ fprintf (FILE, "\t.space " HOST_WIDE_INT_PRINT_UNSIGNED "\n", SIZE)
/* Give ObjC methods pretty symbol names. */