projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[toolchain/gcc]: bump the 4.4 flavour to 4.4.6
[openwrt.git]
/
toolchain
/
binutils
/
patches
/
2.20.1
/
700-avr32.patch
diff --git
a/toolchain/binutils/patches/2.20.1/700-avr32.patch
b/toolchain/binutils/patches/2.20.1/700-avr32.patch
index
58abec9
..
646049c
100644
(file)
--- a/
toolchain/binutils/patches/2.20.1/700-avr32.patch
+++ b/
toolchain/binutils/patches/2.20.1/700-avr32.patch
@@
-4661,7
+4661,7
@@
+{
+ int i, x;
+
+{
+ int i, x;
+
-+ fprintf (stream, _("
Known architecture names
:"));
++ fprintf (stream, _("
Architectures supported by the assembler
:"));
+ x = 1000;
+
+ for (i = 0; arch_types[i].name; i++)
+ x = 1000;
+
+ for (i = 0; arch_types[i].name; i++)
@@
-4771,7
+4771,7
@@
+ {
+ as_warn("Deprecated arch `%s' specified. "
+ "Please use '-march=ucr1' instead. "
+ {
+ as_warn("Deprecated arch `%s' specified. "
+ "Please use '-march=ucr1' instead. "
-+ "
Convert
ing to arch 'ucr1'\n",
++ "
Us
ing to arch 'ucr1'\n",
+ s);
+ s="ucr1";
+ }
+ s);
+ s="ucr1";
+ }
This page took
0.048646 seconds
and
4
git commands to generate.