~ruther/guix-local

ref: 4ef6cfefaa4db9d44453b8adf192dd1dd0dfd829 guix-local/gnu/packages/patches/higan-remove-march-native-flag.patch -rw-r--r-- 369 bytes
4ef6cfef — Tobias Geerinckx-Rice gnu: python-pyxb: Update to 1.2.6. 8 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