forked from pool/mono-core
fd64094285
- use hammer approach for vfp instead - add arch linux vfp patch - use vfp on armv7 - fix arm build to not depend on the build host's /proc/cpuinfo OBS-URL: https://build.opensuse.org/request/show/132072 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=78
23 lines
501 B
Diff
23 lines
501 B
Diff
Index: mono-2.10.6/configure
|
|
===================================================================
|
|
--- mono-2.10.6.orig/configure
|
|
+++ mono-2.10.6/configure
|
|
@@ -23729,11 +23729,12 @@ main ()
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
-if ac_fn_c_try_compile "$LINENO"; then :
|
|
- fpu=FPA
|
|
-else
|
|
- fpu=NONE
|
|
-fi
|
|
+#if ac_fn_c_try_compile "$LINENO"; then :
|
|
+# fpu=FPA
|
|
+#else
|
|
+# fpu=NONE
|
|
+#fi
|
|
+fpu=VFP
|
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $fpu" >&5
|