forked from pool/MozillaFirefox
Accepting request 260182 from mozilla:Factory
1 OBS-URL: https://build.opensuse.org/request/show/260182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=201
This commit is contained in:
commit
87ecd127f4
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- use proper macros for ARM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 11:26:23 UTC 2014 - josua.mayer97@gmail.com
|
||||
|
||||
- use '--disable-optimize' not only on 32-bit x86, but on 32-bit arm too
|
||||
to fix compiling.
|
||||
- pass '-Wl,--no-keep-memory' to linker to reduce required memory during
|
||||
linking on arm.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 11:31:05 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
|
@ -300,6 +300,8 @@ export CFLAGS="${CFLAGS} -Os"
|
||||
%endif
|
||||
%ifarch %arm
|
||||
export CFLAGS="${CFLAGS/-g / }"
|
||||
# Limit RAM usage during link
|
||||
export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
%endif
|
||||
%ifarch ppc64 ppc64le
|
||||
export CFLAGS="$CFLAGS -mminimal-toc"
|
||||
@ -319,12 +321,12 @@ ac_add_options --mandir=%{_mandir}
|
||||
ac_add_options --includedir=%{_includedir}
|
||||
ac_add_options --enable-release
|
||||
ac_add_options --enable-stdcxx-compat
|
||||
%ifarch %ix86
|
||||
%ifarch %ix86 %arm
|
||||
%if 0%{?suse_version} > 1230
|
||||
ac_add_options --disable-optimize
|
||||
%endif
|
||||
%endif
|
||||
%ifnarch ppc ppc64 ppc64le
|
||||
%ifnarch ppc ppc64 ppc64le aarch64
|
||||
ac_add_options --enable-elf-hack
|
||||
%endif
|
||||
ac_add_options --with-system-nspr
|
||||
@ -369,7 +371,7 @@ ac_add_options --disable-neon
|
||||
ac_add_options --disable-webrtc
|
||||
%endif
|
||||
# try to use OpenGL-ES on ARM
|
||||
%ifarch %arm
|
||||
%ifarch %arm aarch64
|
||||
ac_add_options --with-gl-provider=EGL
|
||||
%endif
|
||||
EOF
|
||||
|
@ -15,7 +15,7 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="M">768</size>
|
||||
<size unit="M">2600</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
Loading…
Reference in New Issue
Block a user