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:
parent
fe66f7f214
commit
99e519ba0a
|
@ -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
|
||||
|
|
@ -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)
|
Loading…
Reference in New Issue