On Fri, 27 Dec 2024 10:59:40 +0100 John Paul Adrian Glaubitz wrote:
> Hello,
>
> On Fri, 2024-12-27 at 11:02 +0800, xiao sheng wen(肖盛文) wrote:
> > Hi,
> >
> > #1050486 loong64 patch for netw-ib-ox-ag [1]:
> >
> > --- netw-ib-ox-ag-5.39.0.orig/src/netwib-src/src/genemake
> > +++ netw-ib-ox-ag-5.39.0/src/netwib-src/src/genemake
> > @@ -130,6 +130,9 @@ case $unamem in
> > "riscv64" )
> > NETWIBDEF_SYSARCH="riscv64"
> > ;;
> > + "loongarch64" )
> > + NETWIBDEF_SYSARCH="loongarch64"
> > + ;;
> > * )
> > echo "Error: Could not guess NETWIBDEF_SYSARCH.";
> > echo "Edit genemake to set NETWIBDEF_SYSARCH, and rerun genemake.";
> >
> > Is NETWIBDEF_SYSARCH should be "loong64"? not "loongarch64"?
>
> It should be loongarch64, not loong64. The latter is Debian's
architecture
> name, not the generic GNU triplet arch name.
>
> > I test use NETWIBDEF_SYSARCH="loong64", it build success.
> >
> > I had do NMU for netw-ib-ox-ag package before, I would do NMU for
loong64 support.
>
> Is there no upstream project for this anymore?
>
> Adrian
>
> --
> .''`. John Paul Adrian Glaubitz
> : :' : Debian Developer
> `. `' Physicist
> `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
>
>
I'm very sorry to have just seen this, the correct spelling should be
loongarch64. the reason is clearly stated by John Paul Adrian Glaubitz.
wuruilong