mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
enable monkey to be built everywhere it is completely generic now
This commit is contained in:
parent
2c9cc34334
commit
157f05bc61
@ -273,23 +273,8 @@ case ${TARGET} in
|
|||||||
|
|
||||||
|
|
||||||
"monkey")
|
"monkey")
|
||||||
# monkey target can be built on most of the supported architectures
|
# monkey target can be built anywhere
|
||||||
case ${HOST} in
|
case ${HOST} in
|
||||||
"x86_64-linux-gnu")
|
|
||||||
;;
|
|
||||||
|
|
||||||
arm-linux-gnueabihf)
|
|
||||||
;;
|
|
||||||
|
|
||||||
"aarch64-linux-gnu")
|
|
||||||
;;
|
|
||||||
|
|
||||||
"i686-apple-darwin10")
|
|
||||||
;;
|
|
||||||
|
|
||||||
"powerpc-apple-darwin9")
|
|
||||||
;;
|
|
||||||
|
|
||||||
amd64-unknown-openbsd*)
|
amd64-unknown-openbsd*)
|
||||||
MAKE=gmake
|
MAKE=gmake
|
||||||
;;
|
;;
|
||||||
@ -325,8 +310,7 @@ case ${TARGET} in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "Target \"${TARGET}\" cannot be built on \"${HOST})\""
|
echo "Target \"${TARGET}\" generic build on \"${HOST})\""
|
||||||
exit 1
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user