|
1 |
| -$NetBSD: patch-m4_sxe-compiler.m4,v 1.3 2016/09/19 05:33:15 mef Exp $ |
| 1 | +$NetBSD: patch-m4_sxe-compiler.m4,v 1.4 2019/03/03 02:30:28 schmonz Exp $ |
2 | 2 |
|
3 | 3 | Don't create broken or non-portable binaries. This code isn't even
|
4 | 4 | performance critical.
|
5 | 5 |
|
6 |
| ---- m4/sxe-compiler.m4~ 2016-05-20 17:25:12.000000000 +0900 |
7 |
| -+++ m4/sxe-compiler.m4 2016-09-19 14:25:55.000000000 +0900 |
8 |
| -@@ -501,7 +501,6 @@ dnl + native[=yes|no] Emit the --enable |
| 6 | +--- m4/sxe-compiler.m4.orig 2018-03-01 09:55:48.000000000 +0000 |
| 7 | ++++ m4/sxe-compiler.m4 |
| 8 | +@@ -446,9 +446,6 @@ AC_DEFUN([SXE_FEATFLAGS], [dnl |
| 9 | + SXE_CHECK_COMPILER_FLAG([-static-intel], [ |
| 10 | + featflags="${featflags} -static-intel" |
| 11 | + XCCLDFLAGS="${XCCLDFLAGS} \${XCCFLAG} -static-intel"], [:]) |
| 12 | +- SXE_CHECK_COMPILER_FLAG([-static-libgcc], [ |
| 13 | +- featflags="${featflags} -static-libgcc" |
| 14 | +- XCCLDFLAGS="${XCCLDFLAGS} \${XCCFLAG} -static-libgcc"], [:]) |
| 15 | + |
| 16 | + SXE_CHECK_COMPILER_FLAG([-intel-extensions], [dnl |
| 17 | + featflags="${featflags} -intel-extensions"]) |
| 18 | +@@ -501,7 +498,6 @@ dnl + native[=yes|no] Emit the --enable |
9 | 19 | ## Use either command line flag, environment var, or autodetection
|
10 | 20 | SXE_DEBUGFLAGS
|
11 | 21 | SXE_WARNFLAGS
|
|
0 commit comments