You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/spidermonkey/files/ff45/8001_hppa_js_configure.patch

22 lines
331 B

--- a/js/src/configure.in
+++ b/js/src/configure.in
@@ -958,7 +958,7 @@
CPU_ARCH=s390x
;;
-hppa* | parisc)
+hppa* | parisc*)
CPU_ARCH=hppa
;;
@@ -2009,6 +2009,9 @@
AC_DEFINE(JS_CPU_MIPS)
AC_DEFINE(JS_NUNBOX32)
;;
+hppa*)
+ AC_DEFINE(JS_NUNBOX32)
+ ;;
esac
MOZ_ARG_DISABLE_BOOL(ion,