Accepting request 259625 from mozilla:Factory
1 OBS-URL: https://build.opensuse.org/request/show/259625 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=140
This commit is contained in:
commit
260827d830
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 4 08:16:43 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Limit RAM usage during link for ARM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 25 18:41:27 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
|
@ -232,6 +232,10 @@ export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
|
||||
%ifarch ppc64 ppc64le
|
||||
export CFLAGS="$CFLAGS -mminimal-toc"
|
||||
%endif
|
||||
%ifarch %arm
|
||||
# Limit RAM usage during link
|
||||
export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
%endif
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user