X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/979f4efc826927b750ad312019b9a7d6dbaf710c..cf68680797fe79da2bec58026d61f1444fad37b6:/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 58abec976..646049cc0 100644 --- 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; + -+ 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"; + }