forked from pool/MozillaFirefox
Accepting request 259749 from home:Guillaume_G:branches:mozilla:Factory
- Disable elf-hack for aarch64 - Enable EGL for aarch64 - Limit RAM usage during link for %arm - Fix _constraints for ARM OBS-URL: https://build.opensuse.org/request/show/259749 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=411
This commit is contained in:
parent
ab979e2eb7
commit
849a660683
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 18:00:35 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
- Disable elf-hack for aarch64
|
||||||
|
- Enable EGL for aarch64
|
||||||
|
- Limit RAM usage during link for %arm
|
||||||
|
- Fix _constraints for ARM
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 3 11:36:04 UTC 2014 - dmueller@suse.com
|
Mon Nov 3 11:36:04 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -300,7 +300,8 @@ export CFLAGS="${CFLAGS} -Os"
|
|||||||
%endif
|
%endif
|
||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
export CFLAGS="${CFLAGS/-g / }"
|
export CFLAGS="${CFLAGS/-g / }"
|
||||||
export LDFLAGS="-Wl,--no-keep-memory"
|
# Limit RAM usage during link
|
||||||
|
export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc64 ppc64le
|
%ifarch ppc64 ppc64le
|
||||||
export CFLAGS="$CFLAGS -mminimal-toc"
|
export CFLAGS="$CFLAGS -mminimal-toc"
|
||||||
@ -325,7 +326,7 @@ ac_add_options --enable-stdcxx-compat
|
|||||||
ac_add_options --disable-optimize
|
ac_add_options --disable-optimize
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%ifnarch ppc ppc64 ppc64le
|
%ifnarch ppc ppc64 ppc64le aarch64
|
||||||
ac_add_options --enable-elf-hack
|
ac_add_options --enable-elf-hack
|
||||||
%endif
|
%endif
|
||||||
ac_add_options --with-system-nspr
|
ac_add_options --with-system-nspr
|
||||||
@ -370,7 +371,7 @@ ac_add_options --disable-neon
|
|||||||
ac_add_options --disable-webrtc
|
ac_add_options --disable-webrtc
|
||||||
%endif
|
%endif
|
||||||
# try to use OpenGL-ES on ARM
|
# try to use OpenGL-ES on ARM
|
||||||
%ifarch %arm
|
%ifarch %arm aarch64
|
||||||
ac_add_options --with-gl-provider=EGL
|
ac_add_options --with-gl-provider=EGL
|
||||||
%endif
|
%endif
|
||||||
EOF
|
EOF
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
</conditions>
|
</conditions>
|
||||||
<hardware>
|
<hardware>
|
||||||
<memory>
|
<memory>
|
||||||
<size unit="M">768</size>
|
<size unit="M">2600</size>
|
||||||
</memory>
|
</memory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
Loading…
Reference in New Issue
Block a user