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>2002-08-28 00:27:35 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-08-28 00:27:35 +0400
commit8da1639b0c63e581d73bfc169ae6158b36958aeb (patch)
treefd7d1d0279134b76314ba6ca2c26c91403743c21 /newlib/newlib.hin
parent0a642325253949a306fc3e62863f8c188f8b7037 (diff)
2002-08-27 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.am(stmp-targ-include): Copy newlib.h to targ-include. (install-data-local): Install newlib.h. * Makefile.in: Regenerated. * aclocal.m4: Ditto. * configure: Ditto. * configure.in: Add AM_CONFIG_HEADER to generate newlib.h based on newlib.hin. Add AC_DEFINE_UNQUOTED entries for _ELIX_LEVEL and _NEWLIB_VERSION to fill in newlib.h header file entries. In AC_OUTPUT statement, unset ac_file so multilib support does not use last ac_file temporary used in newlib.h configuration. * libc/include/_ansi.h: Include <newlib.h>. * newlib.hin: New template file for newlib.h. * stamp-h.in: New file.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r--newlib/newlib.hin12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
new file mode 100644
index 000000000..ca92b9906
--- /dev/null
+++ b/newlib/newlib.hin
@@ -0,0 +1,12 @@
+#ifndef __NEWLIB_H__
+
+#define __NEWLIB_H__ 1
+
+/* EL/IX level */
+#undef _ELIX_LEVEL
+
+/* Newlib version */
+#undef _NEWLIB_VERSION
+
+#endif /* !__NEWLIB_H__ */
+