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:
authorJeff Johnston <jjohnstn@redhat.com>2004-10-05 23:44:24 +0400
committerJeff Johnston <jjohnstn@redhat.com>2004-10-05 23:44:24 +0400
commit1185687a7b7f2e707484100d48a68d074d763f15 (patch)
treecbc370a99be45739ac334b54f29179209c1eb5ac /newlib/libc/machine/crx/configure.in
parent423152ed0a26e3dc2f7f26dabacf7e25049d72e4 (diff)
2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
* configure.host: Add support for crx. * libc/include/machine/ieeefp.h: Ditto. * libc/include/machine/setjmp.h: Ditto. * libc/machine/crx/Makefile.am: New file. * libc/machine/crx/configure.in: Ditto. * libc/machine/crx/setjmp.S: Ditto. * libc/machine/crx/getenv.c: Ditto. * libc/machine/crx/aclocal.m4: Generate. * libc/machine/crx/configure: Ditto. * libc/machine/crx/Makefile.in: Ditto. * libc/machine/crx/sys/asm.h: New file. * libc/machine/crx/sys/libh.h: Ditto. * libc/machine/crx/sys/syscall.h: Ditto.
Diffstat (limited to 'newlib/libc/machine/crx/configure.in')
-rw-r--r--newlib/libc/machine/crx/configure.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/libc/machine/crx/configure.in b/newlib/libc/machine/crx/configure.in
new file mode 100644
index 000000000..a5384f62a
--- /dev/null
+++ b/newlib/libc/machine/crx/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)