elf = @elf@
have-initfini = @libc_cv_have_initfini@
need-nopic-initfini = @nopic_initfini@
+with-cvs = @with_cvs@
versioning = @VERSIONING@
AC_ARG_WITH(elf, dnl
--with-elf if using the ELF object format,
elf=$withval, elf=no)
+AC_ARG_WITH(cvs, dnl
+[ --without-cvs if CVS should not be used],
+ with_cvs=$withval, with_cvs=yes)
+AC_SUBST(with_cvs)
AC_ARG_ENABLE(libio, dnl
[ --enable-libio build in GNU libio instead of GNU stdio],
### platforms.
###
if test -z "$enable_hacker_mode"; then
- case "$host_os" in
- linux* | gnu*)
+ case "$machine-$host_os" in
+ *-linux* | *-gnu* | arm*-none*)
;;
*)
echo "*** The GNU C library is currently not available for this platform."