Skip to content

Commit

Permalink
patches: x86_64: Remove '-pipe' patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanchance committed Nov 12, 2018
1 parent 51e85dc commit 7b32d09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 74 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
From fb15e8fa1c0b4c66617f86ae90b3bfc25286b9c6 Mon Sep 17 00:00:00 2001
From 936769529b8a6bcd51226aa8262431c9f67968e2 Mon Sep 17 00:00:00 2001
From: Nathan Chancellor <natechancellor@gmail.com>
Date: Tue, 25 Sep 2018 13:32:33 -0700
Subject: [PATCH 2/2] DO-NOT-UPSTREAM: x86: Avoid warnings/errors due to lack
of asm goto
Subject: [PATCH] DO-NOT-UPSTREAM: x86: Avoid warnings/errors due to lack of
asm goto

This isn't strictly required right now and it prevents us from building
with Clang. It's supposedly in the works though, progress can be tracked
Expand All @@ -18,7 +18,7 @@ Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 9aa352b38815..7845466da1d4 100644
index 2f36db897895..0cfa7d8b7f98 100644
--- a/Makefile
+++ b/Makefile
@@ -962,11 +962,6 @@ ifdef CONFIG_STACK_VALIDATION
Expand Down
70 changes: 0 additions & 70 deletions patches/x86_64/0001-x86-Remove-pipe-from-KBUILD_CFLAGS.patch

This file was deleted.

0 comments on commit 7b32d09

Please sign in to comment.