Description: Add mips64(el) and mipsn32(el) support Author: YunQiang Su , Dejan Latinovic Forwarded: no --- a/make/build.xml +++ b/make/build.xml @@ -298,6 +298,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -340,7 +364,7 @@ - + --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -47,6 +47,10 @@ - isLinuxHppa - isLinuxMips - isLinuxMipsel + - isLinuxMipsn32 + - isLinuxMipsn32el + - isLinuxMips64 + - isLinuxMipsn64el - isLinuxPpc - isLinuxPpc64 - isLinuxPpc64le @@ -135,6 +139,10 @@ - compiler.cfg.linux.hppa - compiler.cfg.linux.mips - compiler.cfg.linux.mipsel + - compiler.cfg.linux.mipsn32 + - compiler.cfg.linux.mipsn32el + - compiler.cfg.linux.mips64 + - compiler.cfg.linux.mips64el - compiler.cfg.linux.ppc - compiler.cfg.linux.ppc64 - compiler.cfg.linux.ppc64le @@ -160,6 +168,10 @@ - linker.cfg.linux.hppa - linker.cfg.linux.mips - linker.cfg.linux.mipsel + - linker.cfg.linux.mipsn32 + - linker.cfg.linux.mipsn32el + - linker.cfg.linux.mips64 + - linker.cfg.linux.mips64el - linker.cfg.linux.ppc - linker.cfg.linux.ppc64le - linker.cfg.linux.s390 @@ -420,6 +432,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -639,6 +687,10 @@ + + + + @@ -721,6 +773,22 @@ + + + + + + + + + + + + + + + + @@ -757,7 +825,7 @@ - + @@ -1308,6 +1376,18 @@ + + + + + + + + + + + + @@ -1549,6 +1629,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1591,7 +1699,7 @@ - +