projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f61ba4
)
Set default target to all for cross-builds too.
author
Taylor R Campbell
<campbell@mumble.net>
Thu, 15 Aug 2019 04:57:56 +0000
(
04:57
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Thu, 15 Aug 2019 04:57:56 +0000
(
04:57
+0000)
No need to make it default to cross-host. If you want to separate
the cross-host/cross-target stages, you'll know to do cross-host
anyway.
src/configure.ac
patch
|
blob
|
history
diff --git
a/src/configure.ac
b/src/configure.ac
index 7e4e1b495c70ba3ad5f9439f60415d1c48dfcbdf..5a4f7545074752efd4a8ff9b5e885203f013a4e3 100644
(file)
--- a/
src/configure.ac
+++ b/
src/configure.ac
@@
-80,8
+80,6
@@
AC_ARG_WITH([default-target],
[Set the default make target [[all]]]))
if test x"${IS_NATIVE_RELEASE}" != x; then
DEFAULT_DEFAULT_TARGET=compile-microcode
-elif test "x${enable_cross_compiling}" = xyes; then
- DEFAULT_DEFAULT_TARGET=cross-host
else
DEFAULT_DEFAULT_TARGET=all
fi