summaryrefslogtreecommitdiff
path: root/patches/uClibc/0.9.29/160-custom-ISA.patch
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-10 06:47:17 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-11 16:27:33 (GMT)
commit930fa77076874655179341433b4f8066deefb0b8 (patch)
treea4f0045b6706d203eb89ee22654b56d0f7448565 /patches/uClibc/0.9.29/160-custom-ISA.patch
parent83403825ee654bcf214a9329d429bcf9603acad5 (diff)
uClibc: Reduce supported versions
This commit reduces the number of supported versions to: * 0.9.33.2 * custom location Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'patches/uClibc/0.9.29/160-custom-ISA.patch')
-rw-r--r--patches/uClibc/0.9.29/160-custom-ISA.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/patches/uClibc/0.9.29/160-custom-ISA.patch b/patches/uClibc/0.9.29/160-custom-ISA.patch
deleted file mode 100644
index 51993ee..0000000
--- a/patches/uClibc/0.9.29/160-custom-ISA.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -dur uClibc-0.9.29.orig/extra/Configs/Config.mips uClibc-0.9.29/extra/Configs/Config.mips
---- uClibc-0.9.29.orig/extra/Configs/Config.mips 2007-03-16 20:38:14.000000000 +0100
-+++ uClibc-0.9.29/extra/Configs/Config.mips 2007-05-22 19:30:43.000000000 +0200
-@@ -71,4 +71,16 @@
- config CONFIG_MIPS_ISA_MIPS64
- bool "MIPS64"
-
-+config CONFIG_MIPS_ISA_CUSTOM
-+ bool "Custom"
-+
- endchoice
-+
-+config CONFIG_MIPS_CPU_CFLAGS_CUSTOM
-+ string
-+ prompt "Custon ISA"
-+ depends on CONFIG_MIPS_ISA_CUSTOM
-+ default ""
-+ help
-+ Enter your custom ISA here (eg: lx4189!).
-+
-diff -dur uClibc-0.9.29.orig/Rules.mak uClibc-0.9.29/Rules.mak
---- uClibc-0.9.29.orig/Rules.mak 2007-04-17 15:34:11.000000000 +0200
-+++ uClibc-0.9.29/Rules.mak 2007-05-22 19:31:48.000000000 +0200
-@@ -234,6 +234,7 @@
- CPU_CFLAGS-$(CONFIG_MIPS_N64_ABI)+=-mabi=64
- CPU_CFLAGS-$(CONFIG_MIPS_O32_ABI)+=-mabi=32
- CPU_CFLAGS-$(CONFIG_MIPS_N32_ABI)+=-mabi=n32
-+ CPU_CFLAGS-$(CONFIG_MIPS_ISA_CUSTOM)+=-march=$(CONFIG_MIPS_CPU_CFLAGS_CUSTOM)
- endif
-
- ifeq ($(TARGET_ARCH),nios)