[FreeBSD]cross-build package

Vlad77

Хотелось бы собрать на своём компе (amd64) пакет firefox'а для i386
Можно ли это сделать? Если да, то как?

garikus

CPUTYPE=i386 в /etc/make.conf
(см. /usr/share/examples/etc/make.conf)
или
make CFLAGS="-mcpu=i386 -march=i386" CXXFLAGS="-mcpu=i386 -march=i386"
(man gcc)
?

sergey_m


# ARCH - The architecture of the target machine, such as would be
# returned by "uname -p". (Note: Ports should test against
# ARCH, and not the host machine's architecture which is
# MACHINE_ARCH, to enable ports to be cross-built.)
Оставить комментарий
Имя или ник:
Комментарий: