1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[toolchain]: add the latest avr32 toolchain patches (with additional fixes)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27332 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2011-07-01 11:35:21 +00:00
parent 293af18664
commit bdc374886d
9 changed files with 22799 additions and 8 deletions

View File

@@ -4661,7 +4661,7 @@
+{
+ 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++)
@@ -4771,7 +4771,7 @@
+ {
+ as_warn("Deprecated arch `%s' specified. "
+ "Please use '-march=ucr1' instead. "
+ "Converting to arch 'ucr1'\n",
+ "Using to arch 'ucr1'\n",
+ s);
+ s="ucr1";
+ }