Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 524556
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- a/mozilla-release/js/src/configure.in
0
++ b/mozilla-release/js/src/configure.in
Lines 958-964 Link Here
958
    CPU_ARCH=s390x
958
    CPU_ARCH=s390x
959
    ;;
959
    ;;
960
960
961
hppa* | parisc)
961
hppa* | parisc*)
962
    CPU_ARCH=hppa
962
    CPU_ARCH=hppa
963
    ;;
963
    ;;
964
964
Lines 2009-2014 Link Here
2009
    AC_DEFINE(JS_CPU_MIPS)
2009
    AC_DEFINE(JS_CPU_MIPS)
2010
    AC_DEFINE(JS_NUNBOX32)
2010
    AC_DEFINE(JS_NUNBOX32)
2011
    ;;
2011
    ;;
2012
hppa*)
2013
    AC_DEFINE(JS_NUNBOX32)
2014
    ;;
2012
esac
2015
esac
2013
2016
2014
MOZ_ARG_DISABLE_BOOL(ion,
2017
MOZ_ARG_DISABLE_BOOL(ion,

Return to bug 524556