1
0

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:
Wolfgang Rosenauer 2013-07-05 12:52:24 +00:00 committed by Git OBS Bridge
parent 54a50e7495
commit a7d7992747
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -268,7 +268,7 @@ export BUILD_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1
export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
%ifarch %arm
export CFLAGS="${CFLAGS/-g/}"
export CFLAGS="${CFLAGS/-g / }"
%endif
%ifarch ppc64
export CFLAGS="$CFLAGS -mminimal-toc"