forked from pool/MozillaFirefox
Accepting request 181923 from devel:ARM:Factory
- fix build on ARM (/-g/ matches /-grecord-switches/) OBS-URL: https://build.opensuse.org/request/show/181923 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=343
This commit is contained in:
parent
54a50e7495
commit
a7d7992747
@ -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