aebrahim: Linux 2003-11-08 GCC 3.3.2 XFT/GTK2 Pentium4/SSE2

Discussion about official Mozilla Firefox builds
Post Reply
aebrahim
Posts: 1234
Joined: November 10th, 2002, 2:47 am
Location: Hong Kong
Contact:

aebrahim: Linux 2003-11-08 GCC 3.3.2 XFT/GTK2 Pentium4/SSE2

Post by aebrahim »

I've compiled Firebird on Linux using GCC 3.3.2 with XFT and GTK2 for the Pentium 4 with SSE2 optimisations. I compiled this build using Fedora Core 1. The build is here:

http://pryan.org/firebird/aebrahim/Mozi ... e2.tar.bz2 (8.4MB)

I used the following .mozconfig to build:

. $topsrcdir/browser/config/mozconfig
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize="-O3 -march=pentium4 -msse2 -mfpmath=sse"
ac_add_options --enable-xft
ac_add_options --enable-default-toolkit=gtk2

My builds have the following preference set:
pref("general.useragent.vendorComment", "aebrahim");
TheOneKEA
Posts: 4864
Joined: October 16th, 2003, 5:47 am
Location: Somewhere in London, riding the Underground

Post by TheOneKEA »

I am going to try this build and see if it solves my Java issues.
Proud user of teh Fox of Fire
Registered Linux User #289618
Post Reply