/usr/src/gcc-4.8/debian/patches/m68k-picflag.diff is in gcc-4.8-source 4.8.5-4ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
|