[<prev] [next>] [day] [month] [year] [list]
Message-Id: <29799ddf4fbdde15a76bb3969c0b73f639d8ebf0.1409087832.git.hannes@stressinduktion.org>
Date: Tue, 26 Aug 2014 23:18:02 +0200
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] gcc: add compiler-gcc5.h to allow the kernel to be build with next gcc release
Signed-off-by: Hannes Frederic Sowa <hannes@...essinduktion.org>
---
include/linux/compiler-gcc5.h | 1 +
1 file changed, 1 insertion(+)
create mode 100644 include/linux/compiler-gcc5.h
diff --git a/include/linux/compiler-gcc5.h b/include/linux/compiler-gcc5.h
new file mode 100644
index 0000000..4de95e7
--- /dev/null
+++ b/include/linux/compiler-gcc5.h
@@ -0,0 +1 @@
+#include <linux/compiler-gcc4.h>
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists