summaryrefslogtreecommitdiff
path: root/src/third_party/mozjs-60/gen-config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/mozjs-60/gen-config.sh')
-rwxr-xr-xsrc/third_party/mozjs-60/gen-config.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/mozjs-60/gen-config.sh b/src/third_party/mozjs-60/gen-config.sh
index 76533e49fc3..c1ad3efa546 100755
--- a/src/third_party/mozjs-60/gen-config.sh
+++ b/src/third_party/mozjs-60/gen-config.sh
@@ -31,6 +31,9 @@ case "$_Path" in
"platform/aarch64/linux")
_CONFIG_OPTS="--host=aarch64-linux"
;;
+ "platform/ppc64le/freebsd")
+ _CONFIG_OPTS="--host=ppc64le-freebsd"
+ ;;
"platform/ppc64le/linux")
_CONFIG_OPTS="--host=ppc64le-linux"
;;