Magellan Linux

Diff of /trunk/extras/spidermonkey/spidermonkey-52.7.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30873 by niro, Thu May 3 08:28:54 2018 UTC revision 30875 by niro, Fri May 11 08:15:33 2018 UTC
# Line 19  SDEPEND=">= dev-lang/python-2.7 Line 19  SDEPEND=">= dev-lang/python-2.7
19  SRCFILE="FIREFOX_${PVER//./_}esr_RELEASE.tar.bz2"  SRCFILE="FIREFOX_${PVER//./_}esr_RELEASE.tar.bz2"
20  SRCDIR="${BUILDDIR}/mozilla-unified-FIREFOX_${PVER//./_}esr_RELEASE"  SRCDIR="${BUILDDIR}/mozilla-unified-FIREFOX_${PVER//./_}esr_RELEASE"
21    
22  EMUL_LINUX_32=true  #EMUL_LINUX_32=true
23  sminclude multilib python  #sminclude multilib python
24    sminclude python
25  msetfeature "!check"  msetfeature "!check"
26    
27  SRC_URI=(  SRC_URI=(
# Line 65  src_prepare() Line 66  src_prepare()
66    
67  src_compile()  src_compile()
68  {  {
69     export CPPFLAGS=""
70   export CFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp -flto=3'   export CFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp -flto=3'
71   export CXXFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp -flto=3'   export CXXFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp -flto=3'
72   export CC=gcc   export CC=gcc
# Line 76  src_compile() Line 78  src_compile()
78   --disable-debug \   --disable-debug \
79   --disable-debug-symbols \   --disable-debug-symbols \
80   --disable-strip \   --disable-strip \
81   --disable-gold \   --enable-gold \
82   --enable-optimize="-O2" \   --enable-optimize="-O2" \
83   --enable-pie \   --enable-pie \
84   --enable-posix-nspr-emulation \   --enable-posix-nspr-emulation \

Legend:
Removed from v.30873  
changed lines
  Added in v.30875