Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2002-06-19 01:20:28 +0400
committerDave Brolley <brolley@redhat.com>2002-06-19 01:20:28 +0400
commit4ecedd09e73d48605b31ce03d5fe26becfe55010 (patch)
treec06398e1f8b95c6f03b87dce84c934eff41245ca /newlib/libc/machine/frv/configure.in
parentc2b0dec2dcf3f57f3c306ad84b8e8a83bb913d35 (diff)
2002-06-18 Dave Brolley <brolley@redhat.com>
From Catherine Moore, Michael Meissner, Richard Sandiford: * libc/include/machine/setjmp.h (_JBLEN): Define for __frv__. (_JBTYPE): Ditto. * libc/include/sys/config.h (__IEEE_BIG_ENDIAN): Ditto. (__ATTRIBUTE_IMPURE_PTR__): Ditto. * libc/include/machine/ieeefp.h (__IEEE_BIG_ENDIAN): Ditto. * configure.host: Support frv-*-*. * libc/machine/frv/Makefile.am: New file. * libc/machine/frv/configure.in: New file. * libc/machine/frv/setjmp.S: New file.
Diffstat (limited to 'newlib/libc/machine/frv/configure.in')
-rw-r--r--newlib/libc/machine/frv/configure.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/libc/machine/frv/configure.in b/newlib/libc/machine/frv/configure.in
new file mode 100644
index 000000000..a5384f62a
--- /dev/null
+++ b/newlib/libc/machine/frv/configure.in
@@ -0,0 +1,12 @@
+dnl This is the newlib/libc/machine/arm configure.in file.
+dnl Process this file with autoconf to produce a configure script.
+
+AC_PREREQ(2.5)
+AC_INIT(Makefile.am)
+
+dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
+AC_CONFIG_AUX_DIR(../../../..)
+
+NEWLIB_CONFIGURE(../../..)
+
+AC_OUTPUT(Makefile)