~ruther/guix-local

ref: aa21c764d65068783ae31febee2a92eb3d138a24 guix-local/gnu/packages/patches/higan-remove-march-native-flag.patch -rw-r--r-- 369 bytes
aa21c764 — Leo Famulari gnu: python-pycrypto: Fix CVE-2013-7459. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
Remove -march=native from build flags.

--- a/higan/GNUmakefile
+++ b/higan/GNUmakefile
@@ -32,7 +32,7 @@ ifeq ($(platform),windows)
 else ifeq ($(platform),macosx)
   flags += -march=native
 else ifneq ($(filter $(platform),linux bsd),)
-  flags += -march=native -fopenmp
+  flags += -fopenmp
   link += -fopenmp
   link += -Wl,-export-dynamic
   link += -lX11 -lXext