Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] [sm-discuss] pentium-m arch + java.

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Javier Vasquez <j.e.vasquez.v AT gmail.com>
  • To: "sm, discuss" <sm-discuss AT lists.ibiblio.org>
  • Subject: Re: [SM-Discuss] [sm-discuss] pentium-m arch + java.
  • Date: Sun, 10 Feb 2013 21:51:33 -0600

On Sun, Feb 10, 2013 at 9:20 PM, Robin Cook <rcook AT wyrms.net> wrote:
> I was taking about the icedtea-bin-core-7.2.2.1-x86.tar.bz2 file that is
> used to compile the new version of icedtea7.
>
> case "${SMGL_COMPAT_ARCHS[0]}" in
> ia32|32)
> SOURCE9=icedtea-bin-core-7.2.2.1-x86.tar.bz2
> ;;
> x86-64|64)
> if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" == "${SMGL_COMPAT_ARCHS[@]}" ]];
> then
> SOURCE9=icedtea-bin-core-7.2.2.1-amd64.tar.bz2
> else
> SOURCE9=icedtea-bin-core-7.2.2.1-x86.tar.bz2
> fi
> ;;
> *)
> SOURCE9=icedtea-bin-core-7.2.2.1-x86.tar.bz2
> ;;
> esac

Yeap, I got it at first, :-) And yes, I was getting it, at least on
native... I would guess, the only case missed, which required the
default would be x86-64 running with 32 bits ABI, but that's just a
guess, :-)

Thanks,

--
Javier.




Archive powered by MHonArc 2.6.24.

Top of Page