mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
@@ -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";
|
||||
+ }
|
||||
|
||||
Reference in New Issue
Block a user