File: sparc-optim.patch

package info (click to toggle)
gnustep-gui 0.32.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,348 kB
  • sloc: objc: 178,763; ansic: 24,089; cpp: 664; yacc: 464; sh: 90; makefile: 72
file content (26 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: Remove special optimization workaround for sparc.
 This was probably due to a GCC bug that most probably has been fixed.
 In any event, bugs that suddenly disappear by removing optimization
 should be exposed and fixed.  Not forwarded yet.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: no
Last-Update: 2020-04-30
---

--- gnustep-gui.orig/Source/GNUmakefile.preamble
+++ gnustep-gui/Source/GNUmakefile.preamble
@@ -65,14 +65,6 @@
 # ADDITIONAL_LIB_DIRS = 
 
 #
-# Sparc systems cannot load tiff files due to some problem compiling
-# this file with optimization. This includes Solaris [78] and sparc-*-linux-gnu
-#
-ifeq ($(findstring sparc, $(GNUSTEP_TARGET_CPU)), sparc)
-NSBitmapImageRep+JPEG.m_FILE_FILTER_OUT_FLAGS = -O%
-endif
-
-#
 # Flags dealing with installing and uninstalling
 #