mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
5864f1c1ee
* gnu/packages/games.scm (higan): Update to 106. * gnu/packages/patches/higan-remove-march-native-flag.patch: Adjust. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
12 lines
299 B
Diff
12 lines
299 B
Diff
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)
|