Bug#741543: When build for mips64el, the default target is mipsn32el

2014-03-25 Thread Yunqiang Su
If we keep N32 as the default ABI, like this --- gcc-4.9-4.9-20140322.orig/src/gcc/config.gcc2014-03-25 11:06:44.935298703 + +++ gcc-4.9-4.9-20140322/src/gcc/config.gcc 2014-03-25 11:07:39.087774543 + @@ -1963,6 +1963,9 @@ tmake_file=${tmake_file} mips/t-linux64

Bug#741543: When build for mips64el, the default target is mipsn32el

2014-03-25 Thread Yunqiang Su
s/gnuabin64/gnuabi64/ just a typo. --- gcc-4.9-4.9-20140322.orig/src/gcc/config.gcc2014-03-25 11:06:44.935298703 + +++ gcc-4.9-4.9-20140322/src/gcc/config.gcc 2014-03-25 11:07:39.087774543 + @@ -1963,6 +1963,9 @@ tmake_file=${tmake_file} mips/t-linux64

Bug#741543: When build for mips64el, the default target is mipsn32el

2014-03-25 Thread Richard Sandiford
Yunqiang Su wzss...@gmail.com writes: s/gnuabin64/gnuabi64/ just a typo. --- gcc-4.9-4.9-20140322.orig/src/gcc/config.gcc2014-03-25 11:06:44.935298703 + +++ gcc-4.9-4.9-20140322/src/gcc/config.gcc 2014-03-25 11:07:39.087774543 + @@ -1963,6 +1963,9 @@

Bug#741543: When build for mips64el, the default target is mipsn32el

2014-03-25 Thread Yunqiang Su
--- gcc-4.9-4.9-20140322-new.orig/src/gcc/config.gcc2014-03-25 13:03:45.948992657 + +++ gcc-4.9-4.9-20140322-new/src/gcc/config.gcc 2014-03-25 13:06:12.314278663 + @@ -1963,6 +1963,11 @@ tmake_file=${tmake_file} mips/t-linux64 tm_defines=${tm_defines}

Bug#741543: When build for mips64el, the default target is mipsn32el

2014-03-25 Thread Richard Sandiford
Yunqiang Su wzss...@gmail.com writes: --- gcc-4.9-4.9-20140322-new.orig/src/gcc/config.gcc2014-03-25 13:03:45.948992657 + +++ gcc-4.9-4.9-20140322-new/src/gcc/config.gcc 2014-03-25 13:06:12.314278663 + @@ -1963,6 +1963,11 @@ tmake_file=${tmake_file} mips/t-linux64

Bug#741543: When build for mips64el, the default target is mipsn32el

2014-03-22 Thread Richard Sandiford
Yunqiang Su wzss...@gmail.com writes: I think so. Richard is the guy for upstream ? Hmm, this still looks multiarch-related to me. It looks like it's changing the default ABI for mips64-linux-gnu from n32 to n64. That might be right for a Debian multiarch environment but all upstream

Bug#741543: When build for mips64el, the default target is mipsn32el

2014-03-21 Thread Matthias Klose
Isn't that something unrelated to multiarch, and better should go upstream? Matthias Am 13.03.2014 17:34, schrieb Yunqiang Su: Package: gcc-4.9 Version: 4.9-20140303-1 Hi, you lost a segment of patch in gcc-multiarch.diff for mips64(el), etc --- gcc-4.9-4.9-20140303.orig/src/gcc/config.gcc

Bug#741543: When build for mips64el, the default target is mipsn32el

2014-03-21 Thread Yunqiang Su
I think so. Richard is the guy for upstream ? On Fri, Mar 21, 2014 at 9:59 AM, Matthias Klose d...@debian.org wrote: Isn't that something unrelated to multiarch, and better should go upstream? Matthias Am 13.03.2014 17:34, schrieb Yunqiang Su: Package: gcc-4.9 Version: 4.9-20140303-1

Bug#741543: When build for mips64el, the default target is mipsn32el

2014-03-13 Thread Yunqiang Su
Package: gcc-4.9 Version: 4.9-20140303-1 Hi, you lost a segment of patch in gcc-multiarch.diff for mips64(el), etc --- gcc-4.9-4.9-20140303.orig/src/gcc/config.gcc2014-03-13 16:27:17.509523462 + +++ gcc-4.9-4.9-20140303/src/gcc/config.gcc 2014-03-13 16:29:31.845902397 + @@