File: arm-unroll-loops-ftbfs-476460.diff

package info (click to toggle)
john 1.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,504 kB
  • sloc: ansic: 22,788; asm: 5,665; makefile: 899; sh: 518; perl: 158
file content (18 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: removes -funroll-loops (FTBFS in arm)
 It will be conditionally set in debian/rules
Author: David Paleino <d.paleino@gmail.com>
Reviewed-By: Ruben Molina <rmolina@udea.edu.co>
Bug-Debian: http://bugs.debian.org/476460
Last-Update: 2013-06-04
Forwarded: no

--- a/src/Makefile
+++ b/src/Makefile
@@ -35,7 +35,6 @@
 CFLAGS_MAIN = $(CFLAGS)
 ASFLAGS = -c $(OMPFLAGS)
 LDFLAGS += -s $(OMPFLAGS)
-OPT_NORMAL = -funroll-loops
 # Remove the "-Os" if you're using an ancient version of gcc
 OPT_INLINE = -Os -funroll-loops -finline-functions