bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU IceCat for mipsel: bugs?


From: Christophe Jarry
Subject: Re: GNU IceCat for mipsel: bugs?
Date: Thu, 17 Feb 2011 21:23:53 +0100

Dear developers and users,

I finally found that the "some images don't show up" bug came from the
following option of the file .mozconfig:

    ac_add_options --enable-optimize="-pipe -O3"

It would be good to disable this option for mips* by replacing the line above
with something like the following in the .mozconfig:

    case `uname -m` in
        mips*)
            # ac_add_options --enable-optimize="-pipe -O3"
        ;;
        *)
            ac_add_options --enable-optimize="-pipe -O3"
        ;;
    esac

Christophe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]