File: Remove-mtune-compiler-flag.patch

package info (click to toggle)
pirs 2.0.2%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,344 kB
  • sloc: cpp: 5,321; perl: 3,005; ansic: 592; makefile: 183; sh: 35
file content (15 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Date: Sat, 17 Jan 2017 16:05:00 +0100
Subject: Remove -mtune from compiler flags for gcContCvgBias

--- pirs-2.0.2+dfsg.orig/src/stator/gcContCvgBias/Makefile
+++ pirs-2.0.2+dfsg/src/stator/gcContCvgBias/Makefile
@@ -18,7 +18,7 @@ endif
 
 OBJ = self_util.o main.o stat_soap_coverage.o
 CC = g++
-LIBRARY = -O3 -pipe $(CPPFLAGS) -mtune=generic -pedantic -Wfloat-equal \
+LIBRARY = -O3 -pipe $(CPPFLAGS) -pedantic -Wfloat-equal \
 #-Wall
 
 gc_coverage_bias:${OBJ}