ocaml/0011-configure-Remove-incor...

28 lines
868 B
Diff
Raw Normal View History

2019-12-05 12:56:42 +00:00
From 3432e0eb653e670025642b6e40e2d4a2eb4c28ae Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Fri, 26 Apr 2019 16:16:29 +0100
2019-12-05 12:56:42 +00:00
Subject: [PATCH 11/12] configure: Remove incorrect assumption about
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-12-05 12:56:42 +00:00
index 12d9f6cde..e85cc9ffa 100644
--- a/configure.ac
+++ b/configure.ac
2019-12-05 12:56:42 +00:00
@@ -927,7 +927,7 @@ AS_IF([test $arch != "none" && $arch64 ],
# Assembler
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=""])
# We first compute default values for as and aspp
# If values have been given by the user then they take precedence over
--
2019-12-05 12:56:42 +00:00
2.23.0