projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] block-mount base-files: Added additional check to pi_include to ensure...
[openwrt.git]
/
toolchain
/
uClibc
/
patches-0.9.32
/
910-thumb_blind_options.patch
diff --git
a/toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch
b/toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch
index
7585533
..
1496683
100644
(file)
--- a/
toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch
+++ b/
toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch
@@
-20,8
+20,6
@@
Cc: Carmelo AMOROSO <carmelo.amoroso@st.com>
extra/Configs/Config.arm | 31 ++++++++++++++++++++++++++++---
2 files changed, 32 insertions(+), 6 deletions(-)
extra/Configs/Config.arm | 31 ++++++++++++++++++++++++++++---
2 files changed, 32 insertions(+), 6 deletions(-)
-diff --git a/Rules.mak b/Rules.mak
-index eecdc64..2a16908 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -348,9 +348,10 @@ ifeq ($(TARGET_ARCH),arm)
--- a/Rules.mak
+++ b/Rules.mak
@@ -348,9 +348,10 @@ ifeq ($(TARGET_ARCH),arm)
@@
-38,8
+36,6
@@
index eecdc64..2a16908 100644
endif
ifeq ($(TARGET_ARCH),mips)
endif
ifeq ($(TARGET_ARCH),mips)
-diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
-index 3b90e67..c9c40d4 100644
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -64,70 +64,95 @@ config CONFIG_ARM710
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -64,70 +64,95 @@ config CONFIG_ARM710
@@
-141,6
+137,3
@@
index 3b90e67..c9c40d4 100644
+ depends on HAS_THUMB
help
Use BX instruction for THUMB aware architectures.
+ depends on HAS_THUMB
help
Use BX instruction for THUMB aware architectures.
---
-1.7.1
-
This page took
0.025181 seconds
and
4
git commands to generate.