[toolchain]: add the latest avr32 toolchain patches (with additional fixes)
[openwrt.git] / toolchain / binutils / patches / 2.20.1 / 700-avr32.patch
index 58abec9..646049c 100644 (file)
 +{
 +  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++)
 +          {
 +            as_warn("Deprecated arch `%s' specified. "
 +                    "Please use '-march=ucr1' instead. "
-+                    "Converting to arch 'ucr1'\n",
++                    "Using to arch 'ucr1'\n",
 +                     s);
 +            s="ucr1";
 +          }