2004-10-25 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Tue, 26 Oct 2004 01:33:30 +0000 (01:33 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 26 Oct 2004 01:33:30 +0000 (01:33 +0000)
* sysdeps/cris/configure.in: New file, with test moved out of main
libc configure.in file.
* sysdeps/cris/configure: New generated file.

sysdeps/cris/configure [new file with mode: 0755]
sysdeps/cris/configure.in [new file with mode: 0644]

diff --git a/sysdeps/cris/configure b/sysdeps/cris/configure
new file mode 100755 (executable)
index 0000000..205bbac
--- /dev/null
@@ -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
+
diff --git a/sysdeps/cris/configure.in b/sysdeps/cris/configure.in
new file mode 100644 (file)
index 0000000..94bc137
--- /dev/null
@@ -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)