summaryrefslogtreecommitdiff
path: root/debian/patches/m68k-picflag.diff
blob: 841a9bd12d3976fb068c0f32d04ccb3d5ff44c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DP: backport of trunk r204854
# DP: fixes relocation errors when linking large libs (smokeqt, python-qt4)

--- a/src/config/picflag.m4
+++ b/src/config/picflag.m4
@@ -48,9 +48,6 @@ case "${$2}" in
     i[[34567]]86-*-* | x86_64-*-*)
 	$1=-fpic
 	;;
-    m68k-*-*)
-	$1=-fpic
-	;;
     # FIXME: Override -fPIC default in libgcc only? 
     sh-*-linux* | sh[[2346lbe]]*-*-linux*)
 	$1=-fpic