From 99e519ba0a2a6912b32b44d53774c0a7210e37cc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 26 Oct 2004 01:33:30 +0000 Subject: [PATCH] 2004-10-25 Roland McGrath * 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 | 7 +++++++ sysdeps/cris/configure.in | 5 +++++ 2 files changed, 12 insertions(+) create mode 100755 sysdeps/cris/configure create mode 100644 sysdeps/cris/configure.in diff --git a/sysdeps/cris/configure b/sysdeps/cris/configure new file mode 100755 index 0000000000..205bbac85d --- /dev/null +++ b/sysdeps/cris/configure @@ -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 index 0000000000..94bc13750b --- /dev/null +++ b/sysdeps/cris/configure.in @@ -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)