forked from pool/MozillaFirefox
Accepting request 182307 from mozilla:Factory
- fix build on ARM (/-g/ matches /-grecord-switches/) (forwarded request 181923 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/182307 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=176
This commit is contained in:
commit
59f9d9db14
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 3 17:14:35 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix build on ARM (/-g/ matches /-grecord-switches/)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 22 17:48:06 UTC 2013 - wr@rosenauer.org
|
Sat Jun 22 17:48:06 UTC 2013 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -268,7 +268,7 @@ export BUILD_OFFICIAL=1
|
|||||||
export MOZ_TELEMETRY_REPORTING=1
|
export MOZ_TELEMETRY_REPORTING=1
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
|
||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
export CFLAGS="${CFLAGS/-g/}"
|
export CFLAGS="${CFLAGS/-g / }"
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
export CFLAGS="$CFLAGS -mminimal-toc"
|
export CFLAGS="$CFLAGS -mminimal-toc"
|
||||||
|
Loading…
Reference in New Issue
Block a user