From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 5 Apr 2019 03:02:52 +0200 Subject: [PATCH] fixincludes: Skip for SerenityOS targets `fixincludes` is responsible for fixing mistakes in system headers that rely in compiler extensions that GCC doesn't support or cause errors in C++ mode. Our headers don't have such problems, so this hack is of no use for us. --- fixincludes/mkfixinc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fixincludes/mkfixinc.sh b/fixincludes/mkfixinc.sh index df90720b716f2386f343f5ba46a2d8d706188dd5..a45cdd0de6833a1e632292722387be453a079053 100755 --- a/fixincludes/mkfixinc.sh +++ b/fixincludes/mkfixinc.sh @@ -11,6 +11,7 @@ target=fixinc.sh # Check for special fix rules for particular targets case $machine in + *-serenity* | \ i?86-*-cygwin* | \ i?86-*-mingw32* | \ x86_64-*-mingw32* | \