dhowells pushed to cross-gcc (f22). "Don't apply -fasynchronous-unwind-tables to libgcc as it breaks blackfin"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 7 09:09:00 UTC 2015


>From 9d28173657da5dff1cfd6cfdfc7a432fe47a35c0 Mon Sep 17 00:00:00 2001
From: David Howells <dhowells at redhat.com>
Date: Mon, 30 Mar 2015 15:36:59 +0100
Subject: Don't apply -fasynchronous-unwind-tables to libgcc as it breaks
 blackfin


diff --git a/cross-gcc.spec b/cross-gcc.spec
index f1ac1f7..aa8aab9 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -464,7 +464,7 @@ function config_target () {
     CFLAGS="$OPT_FLAGS" \
     CXXFLAGS="`echo " $OPT_FLAGS " | sed 's/ -Wall / /g;s/ -fexceptions / /g' \
     		  | sed 's/ -Werror=format-security / -Wformat -Werror=format-security /'`" \
-    CFLAGS_FOR_TARGET="-g -O2 -Wall -fexceptions -fasynchronous-unwind-tables" \
+    CFLAGS_FOR_TARGET="-g -O2 -Wall -fexceptions" \
     AR_FOR_TARGET=%{_bindir}/$arch-ar \
     AS_FOR_TARGET=%{_bindir}/$arch-as \
     DLLTOOL_FOR_TARGET=%{_bindir}/$arch-dlltool \
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/cross-gcc.git/commit/?h=f22&id=9d28173657da5dff1cfd6cfdfc7a432fe47a35c0


More information about the scm-commits mailing list