Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
11523659
Commit
11523659
authored
Apr 23, 2015
by
Jeroen Vreeken
Browse files
Fix architecture detection without --host
parent
49bf1255
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
11523659
...
...
@@ -2,6 +2,8 @@ AC_INIT(dt_ctrl, git)
AC_SUBST(HOSTSYS,["$ac_cv_env_host_alias_value"])
AC_SUBST(BUILDSYS,["$ac_cv_env_build_alias_value"])
AS_IF([test "$ac_cv_env_host_alias_value" == ""],[HOSTSYS=`uname -m`],[])
AS_IF([echo "$HOSTSYS" | grep "arm"],[HAVE_ARM=1],[HAVE_ARM=0])
#######################################################################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment