~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Michael Hope
  • Date: 2012-12-12 02:28:54 UTC
  • Revision ID: michael.hope@linaro.org-20121212022854-3r4v0zd3b97a8mx4
Make submachine optional.  Only supply -mtune if submachine is set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
AC_PROG_CC
33
33
AC_PROG_LIBTOOL
34
34
 
35
 
default_submachine=native
 
35
default_submachine=
36
36
 
37
37
case $host in
38
38
arm*-*-*)
63
63
[submachine=$default_submachine])
64
64
 
65
65
AC_SUBST(submachine)
 
66
AM_CONDITIONAL([WITH_SUBMACHINE], [test x$submachine != x])
66
67
 
67
68
AC_ARG_WITH([neon],
68
69
            AC_HELP_STRING([--with-neon],