aebrahim: Linux 2003-11-13 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-13 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.7MB)

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");
User avatar
loadbang
Posts: 874
Joined: November 3rd, 2003, 12:18 pm
Location: Birmingham, UK.

Post by loadbang »

I see you are updating the other builds to 1113 too. :)

Waiting for the SSE one...
Post Reply