mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
Build: Add FreeBSD support (#1492)
This commit is contained in:
parent
bceabd7c4b
commit
c64b5e73f5
5 changed files with 18 additions and 3 deletions
|
@ -26,6 +26,10 @@ if [ `uname -s` = "OpenBSD" ]; then
|
|||
export CXX=eg++
|
||||
export with_gmp=/usr/local
|
||||
export LDFLAGS=-Wl,-z,notext
|
||||
elif [ `uname -s` = "FreeBSD" ]; then
|
||||
MAKE=gmake
|
||||
MD5SUM="md5 -q"
|
||||
NPROC="sysctl -n hw.ncpu"
|
||||
fi
|
||||
|
||||
echo PREFIX is "$PREFIX"
|
||||
|
|
|
@ -24,6 +24,10 @@ if [ `uname -s` = "OpenBSD" ]; then
|
|||
export CXX=eg++
|
||||
export with_gmp=/usr/local
|
||||
export LDFLAGS=-Wl,-z,notext
|
||||
elif [ `uname -s` = "FreeBSD" ]; then
|
||||
MAKE=gmake
|
||||
MD5SUM="md5 -q"
|
||||
NPROC="sysctl -n hw.ncpu"
|
||||
fi
|
||||
|
||||
echo PREFIX is "$PREFIX"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue