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:
Wolfgang Rosenauer 2018-11-26 10:42:10 +00:00 committed by Git OBS Bridge
parent 3ce0fd3bc7
commit f6f6df084e
2 changed files with 6 additions and 15 deletions

View File

@ -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

View File

@ -306,9 +306,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%if 0%{?suse_version} > 1320
export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
%endif
%ifarch %arm
export CFLAGS="${CFLAGS/-g / }"
%endif
%ifarch %arm %ix86
# Limit RAM usage during link
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"
%endif
export CXXFLAGS="$CFLAGS"
%ifarch %{arm}
export RUSTFLAGS="-Cdebuginfo=0"
%endif
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
%limit_build -m 1500
cat << EOF > $MOZCONFIG
@ -348,18 +342,10 @@ ac_add_options --enable-pie
%if 0%{?suse_version} > 1320
ac_add_options --enable-optimize="-g -O2"
%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
%ifarch %ix86
%ifarch %ix86 %arm
ac_add_options --disable-debug-symbols
%endif
%ifarch %arm
ac_add_options --disable-elf-hack
%endif
%if 0%{?suse_version} > 1549
ac_add_options --disable-elf-hack
%endif