~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:30:07 UTC
  • Revision ID: michael.hope@linaro.org-20121212023007-g3fxcygfvdmoebk8
Add aarch64 configury.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
default_submachine=
36
36
 
37
37
case $host in
 
38
aarch64*-*-*)
 
39
  arch=aarch64
 
40
  ;;
38
41
arm*-*-*)
39
42
  arch=aarch32
40
43
  default_submachine=cortex-a9
48
51
esac
49
52
 
50
53
AM_CONDITIONAL([HOST_AARCH32], [test x$arch = xaarch32])
 
54
AM_CONDITIONAL([HOST_AARCH64], [test x$arch = xaarch64])
51
55
AM_CONDITIONAL([HOST_GENERIC], [test x$arch = xgeneric])
52
56
 
53
57
AC_ARG_WITH([cpu],