Arctic Fox

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Arctic Fox

Post by xeno74 »

An x86_64 package is available.

Download: github.com
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: Arctic Fox

Post by mintppc »

I am more interested in a 64-bits PowerPC build. The x86-64 world has enough browsers to choose from.
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Arctic Fox

Post by xeno74 »

mintppc wrote: Sat Jul 19, 2025 4:22 am I am more interested in a 64-bits PowerPC build. The x86-64 world has enough browsers to choose from.
I use this x86_64 package for old multimedia CD-ROMs with HTML and JavaScript. They work better with Arctic Fox than with Firefox, Edge etc. For example old language course CD-ROMs.

I don't have access to a PPC64 distribution currently.
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: Arctic Fox

Post by mintppc »

I have an image of MintPPC64, as well as the brand new LMDE 6 PPC64. The latter uses more recources, it was built for the Mirari board. It needs to be tested. One caveat, I don’t want this LMDE 6 PPC64 to be shared like you usually do in this forum. I want to sell this distribution for a small price. My website costs money, I need to get some money back in return for that and the huge amount of time I invest in this stuff.

https://www.u58733p55594.web0093.zxcs-k ... /lmde6ppc/
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Arctic Fox

Post by xeno74 »

mintppc wrote: Mon Jul 21, 2025 4:38 am I have an image of MintPPC64, as well as the brand new LMDE 6 PPC64. The latter uses more recources, it was built for the Mirari board. It needs to be tested. One caveat, I don’t want this LMDE 6 PPC64 to be shared like you usually do in this forum. I want to sell this distribution for a small price. My website costs money, I need to get some money back in return for that and the huge amount of time I invest in this stuff.

https://www.u58733p55594.web0093.zxcs-k ... /lmde6ppc/
Many thanks for your work! :-)

Unfortunately, I don’t have access to a PPC64 machine currently so I can’t test the disk images.

Have you contacted Dave (Skateman) because of your new disk images?
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: Arctic Fox

Post by mintppc »

I contacted Skateman (Dave) indeed. Thank you.
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Arctic Fox

Post by xeno74 »

Hi All,

Riccardo Mottola has released Arctic Fox 46.1.

Downloads and further information: Riccardo Mottola@github

I compiled it for Void PPC and for Linux x86_64 today.

Downloads: github.com

Image

Cheers,
Christian
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: Arctic Fox

Post by mintppc »

It’s in MintPC32’s repo.
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Arctic Fox

Post by xeno74 »

mintppc wrote: Mon Jul 28, 2025 10:44 am It’s in MintPC32’s repo.
Thank you. :-)
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Arctic Fox

Post by xeno74 »

.mozconfig for Linux PPC64:

Code: Select all

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

export CC="gcc -flax-vector-conversions -O3 -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=16 -maltivec -mabi=altivec -pipe"
export CXX="g++ -flax-vector-conversions -fpermissive -O3 -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=16 -maltivec -mabi=altivec -pipe"
export LDFLAGS="-latomic"

mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-dbg

ac_add_options --disable-crashreporter
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-updater
ac_add_options --enable-mozril-geoloc
ac_add_options --disable-webrtc
ac_add_options --disable-safe-browsing
ac_add_options --disable-parental-controls
ac_add_options --enable-release
ac_add_options --disable-necko-wifi
ac_add_options --disable-eme
ac_add_options --disable-gamepad
ac_add_options --enable-dbus
ac_add_options --disable-gio
ac_add_options --disable-pulseaudio
ac_add_options --enable-strip
ac_add_options --enable-install-strip
ac_add_options --enable-application=browser
ac_add_options --with-branding=browser/branding/arcticfox
ac_add_options --enable-optimize="-O2 -fno-schedule-insns2 -fno-lifetime-dse -fno-delete-null-pointer-checks"
ac_add_options --disable-jemalloc
ac_add_options --disable-gstreamer
ac_add_options --enable-altivec
ac_add_options --disable-precompiled-startupcache
ac_add_options --with-system-icu
Build system: Fedora 28 Server PPC64 with GCC 6.4.1 20170727 (Red Hat 6.4.1-1)
Post Reply