~ruther/guix-local

ref: 8147d7c675e663c45d5e1ccbeebb72daeaba0b91 guix-local/gnu/packages/patches/higan-remove-march-native-flag.patch -rw-r--r-- 299 bytes
8147d7c6 — Julien Lepiller gnu: php: Fix test failure. 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
Remove -march=native from build flags.

--- a/higan/GNUmakefile
+++ b/higan/GNUmakefile
@@ -26,7 +26,6 @@
   flags += -fopenmp
   link += -fopenmp
   ifeq ($(binary),application)
-    flags += -march=native
     link += -Wl,-export-dynamic
     link += -lX11 -lXext
   else ifeq ($(binary),library)