forked from pool/MozillaFirefox
Accepting request 651976 from home:Guillaume_G:branches:mozilla:Factory2
- Clean-up %arm build OBS-URL: https://build.opensuse.org/request/show/651976 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=695
This commit is contained in:
parent
3ce0fd3bc7
commit
f6f6df084e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 26 09:46:02 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Clean-up %arm build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 18 11:01:21 UTC 2018 - manfred.h@gmx.net
|
Sun Nov 18 11:01:21 UTC 2018 - manfred.h@gmx.net
|
||||||
|
|
||||||
|
@ -306,9 +306,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
|
export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
|
||||||
%endif
|
%endif
|
||||||
%ifarch %arm
|
|
||||||
export CFLAGS="${CFLAGS/-g / }"
|
|
||||||
%endif
|
|
||||||
%ifarch %arm %ix86
|
%ifarch %arm %ix86
|
||||||
# Limit RAM usage during link
|
# Limit RAM usage during link
|
||||||
export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||||
@ -322,9 +319,6 @@ export LDFLAGS="${LDFLAGS} -Wl,-z,relro,-z,now"
|
|||||||
export CFLAGS="$CFLAGS -mminimal-toc"
|
export CFLAGS="$CFLAGS -mminimal-toc"
|
||||||
%endif
|
%endif
|
||||||
export CXXFLAGS="$CFLAGS"
|
export CXXFLAGS="$CFLAGS"
|
||||||
%ifarch %{arm}
|
|
||||||
export RUSTFLAGS="-Cdebuginfo=0"
|
|
||||||
%endif
|
|
||||||
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
|
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
|
||||||
%limit_build -m 1500
|
%limit_build -m 1500
|
||||||
cat << EOF > $MOZCONFIG
|
cat << EOF > $MOZCONFIG
|
||||||
@ -348,18 +342,10 @@ ac_add_options --enable-pie
|
|||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
ac_add_options --enable-optimize="-g -O2"
|
ac_add_options --enable-optimize="-g -O2"
|
||||||
%endif
|
%endif
|
||||||
%ifarch %arm
|
|
||||||
%if 0%{?suse_version} > 1230
|
|
||||||
ac_add_options --disable-optimize
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
# bmo#1441155 - Disable the generation of Rust debug symbols on Linux32
|
# bmo#1441155 - Disable the generation of Rust debug symbols on Linux32
|
||||||
%ifarch %ix86
|
%ifarch %ix86 %arm
|
||||||
ac_add_options --disable-debug-symbols
|
ac_add_options --disable-debug-symbols
|
||||||
%endif
|
%endif
|
||||||
%ifarch %arm
|
|
||||||
ac_add_options --disable-elf-hack
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} > 1549
|
%if 0%{?suse_version} > 1549
|
||||||
ac_add_options --disable-elf-hack
|
ac_add_options --disable-elf-hack
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user