2004-10-25 Roland McGrath <roland@frob.com>

* sysdeps/cris/configure.in: New file, with test moved out of main
	libc configure.in file.
	* sysdeps/cris/configure: New generated file.
This commit is contained in:
Roland McGrath 2004-10-26 01:33:30 +00:00
parent fe66f7f214
commit 99e519ba0a
2 changed files with 12 additions and 0 deletions

7
sysdeps/cris/configure vendored Executable file
View File

@ -0,0 +1,7 @@
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
libc_cv_asm_line_sep='@'
cat >>confdefs.h <<_ACEOF
#define ASM_LINE_SEP $libc_cv_asm_line_sep
_ACEOF

View File

@ -0,0 +1,5 @@
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
dnl CRIS uses `;' to start comments and `@' for line separator.
libc_cv_asm_line_sep='@'
AC_DEFINE_UNQUOTED(ASM_LINE_SEP, $libc_cv_asm_line_sep)