mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
6 lines
215 B
Plaintext
6 lines
215 B
Plaintext
|
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)
|