summaryrefslogtreecommitdiff
path: root/libre/linux-libre/gnewsense-binutils-flag.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-22 22:14:51 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-22 22:14:51 -0300
commitf9c8adc1f16c2d9e018cacc688101c30b9dd8adb (patch)
treedfab475a9b35946c3637ad3677349a7c1a9b7137 /libre/linux-libre/gnewsense-binutils-flag.patch
parentc1879f6ed8abf3ae9acdcf48b45d6ddafffd4674 (diff)
linux-libre*: Remove mips64el hacks
Diffstat (limited to 'libre/linux-libre/gnewsense-binutils-flag.patch')
-rw-r--r--libre/linux-libre/gnewsense-binutils-flag.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/libre/linux-libre/gnewsense-binutils-flag.patch b/libre/linux-libre/gnewsense-binutils-flag.patch
deleted file mode 100644
index 5f2d44f99..000000000
--- a/libre/linux-libre/gnewsense-binutils-flag.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Our binutils somehow ended up with a -mfix-gs2f-kernel, rather than
--mfix-ls2f-kernel. Cope with it.
-
-Index: arch/mips/loongson/Platform
-===================================================================
---- arch/mips/loongson/Platform.orig 2010-10-25 19:09:49.000000000 +0000
-+++ arch/mips/loongson/Platform 2010-10-25 19:10:44.000000000 +0000
-@@ -10,6 +10,12 @@
- $(call cc-option,-march=loongson2f,-march=r4600)
- # Enable the workarounds for Loongson2f
- ifdef CONFIG_CPU_LOONGSON2F_WORKAROUNDS
-+ ifneq ($(call as-option,-Wa$(comma)-mfix-gs2f-kernel,),)
-+ cflags-$(CONFIG_CPU_NOP_WORKAROUNDS) += -Wa$(comma)-mfix-gs2f-kernel
-+ ifneq ($(CONFIG_CPU_NOP_WORKAROUNDS),$(CONFIG_CPU_JUMP_WORKAROUNDS))
-+ cflags-$(CONFIG_CPU_JUMP_WORKAROUNDS) += -Wa$(comma)-mfix-gs2f-kernel
-+ endif
-+ else
- ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-nop,),)
- $(error only binutils >= 2.20.2 have needed option -mfix-loongson2f-nop)
- else
-@@ -20,6 +26,7 @@
- else
- cflags-$(CONFIG_CPU_JUMP_WORKAROUNDS) += -Wa$(comma)-mfix-loongson2f-jump
- endif
-+ endif
- endif
-
- #