2019-08-16 07:56:11 +00:00
|
|
|
From 0204a1137a8e8058afd1665aa6112656bc7bf0be Mon Sep 17 00:00:00 2001
|
2019-04-26 08:37:35 +00:00
|
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
|
|
Date: Fri, 26 Apr 2019 16:16:29 +0100
|
2019-08-16 07:56:11 +00:00
|
|
|
Subject: [PATCH 3/5] configure: Remove incorrect assumption about
|
2019-04-26 08:37:35 +00:00
|
|
|
cross-compiling.
|
|
|
|
|
|
|
|
See https://github.com/ocaml/ocaml/issues/8647#issuecomment-487094390
|
|
|
|
---
|
|
|
|
configure.ac | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
2019-08-16 07:56:11 +00:00
|
|
|
index ad5b701bd..2227769e8 100644
|
2019-04-26 08:37:35 +00:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
2019-08-16 07:56:11 +00:00
|
|
|
@@ -959,7 +959,7 @@ AS_CASE([$host],
|
2019-04-26 08:37:35 +00:00
|
|
|
[*-*-mingw32|*-pc-windows], [asppprofflags=''],
|
|
|
|
[asppprofflags='-DPROFILING'])
|
|
|
|
|
2019-08-16 07:56:11 +00:00
|
|
|
-AS_IF([test -n "$host_alias"], [toolpref="${host_alias}-"], [toolpref=""])
|
|
|
|
+#AS_IF([test -n "$host_alias"], [toolpref="${host_alias}-"], [toolpref=""])
|
2019-04-26 08:37:35 +00:00
|
|
|
|
|
|
|
# We first compute default values for as and aspp
|
|
|
|
# If values have been given by the user then they take precedence over
|
|
|
|
--
|
2019-07-30 07:42:52 +00:00
|
|
|
2.22.0.rc3
|
2019-04-26 08:37:35 +00:00
|
|
|
|