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

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Matthew Gretton-Dann
  • Date: 2013-01-16 20:57:30 UTC
  • mfrom: (98.1.2 aarch64-additions-3)
  • Revision ID: matthew.gretton-dann@linaro.org-20130116205730-y10ainuso024napv
Tags: cortex-strings-1.0-2013.01
Merge two bug fixes strnlen and strncmp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
AC_SUBST(with_neon)
78
78
AM_CONDITIONAL(WITH_NEON, test x$with_neon = xyes)
79
79
 
80
 
AC_ARG_WITH([vfp],
81
 
            AC_HELP_STRING([--with-vfp],
82
 
                           [include VFP specific routines @<:@default=yes@:>@]),
83
 
            [with_vfp=$withval],
84
 
            [with_vfp=yes])
85
 
AC_SUBST(with_vfp)
86
 
AM_CONDITIONAL(WITH_VFP, test x$with_vfp = xyes)
87
 
 
88
80
AC_OUTPUT