n***@fedoraproject.org
2018-12-11 09:41:47 UTC
Notification time stamped 2018-12-11 09:41:45 UTC
From 8f65c003284904221f86b2a2ece85be7fcf650e5 Mon Sep 17 00:00:00 2001
From: Martin Stransky <***@redhat.com>
Date: Dec 11 2018 09:41:37 +0000
Subject: Disable full debuginfo on arm
---
diff --git a/firefox.spec b/firefox.spec
index 662d406..44047da 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -547,10 +547,10 @@ MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fPIC -Wl,-z,relro -Wl,-z,now"
%if %{?debug_build}
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
%endif
-%ifarch s390
+%ifarch s390 %{arm}
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/')
# If MOZ_DEBUG_FLAGS is empty, firefox's build will default it to "-g" which
-# overrides the -g1 from line above and breaks building on s390
+# overrides the -g1 from line above and breaks building on s390/arm
# (OOM when linking, rhbz#1238225)
export MOZ_DEBUG_FLAGS=" "
%endif
https://src.fedoraproject.org/rpms/firefox/c/8f65c003284904221f86b2a2ece85be7fcf650e5?branch=master
_______________________________________________
scm-commits mailing list -- scm-***@lists.fedoraproject.org
To unsubscribe send an email to scm-commits-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/scm-***@lists.fed
From 8f65c003284904221f86b2a2ece85be7fcf650e5 Mon Sep 17 00:00:00 2001
From: Martin Stransky <***@redhat.com>
Date: Dec 11 2018 09:41:37 +0000
Subject: Disable full debuginfo on arm
---
diff --git a/firefox.spec b/firefox.spec
index 662d406..44047da 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -547,10 +547,10 @@ MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fPIC -Wl,-z,relro -Wl,-z,now"
%if %{?debug_build}
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
%endif
-%ifarch s390
+%ifarch s390 %{arm}
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/')
# If MOZ_DEBUG_FLAGS is empty, firefox's build will default it to "-g" which
-# overrides the -g1 from line above and breaks building on s390
+# overrides the -g1 from line above and breaks building on s390/arm
# (OOM when linking, rhbz#1238225)
export MOZ_DEBUG_FLAGS=" "
%endif
https://src.fedoraproject.org/rpms/firefox/c/8f65c003284904221f86b2a2ece85be7fcf650e5?branch=master
_______________________________________________
scm-commits mailing list -- scm-***@lists.fedoraproject.org
To unsubscribe send an email to scm-commits-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/scm-***@lists.fed