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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-01 22:44:13 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-01 22:44:13 +0400
commit098414456c04a696e63e10cc4a798b134eab5355 (patch)
treed0239a9ca9bfa2f5432defd244b95fb575ababe6 /newlib/libc/configure.in
parent6e9d950a9126f8eaef47394a82cde0a09b952bbc (diff)
* libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB.
(SUBDEFS): Add LIBC_EXTRA_DEF. * libc/configure.in (LIBC_EXTRA_LIB): New variable. (LIBC_EXTRA_DEF): Likewise. (extra_dir): Likewise. * libc/machine/xscale/machine: New directory. * libc/machine/xscale/machine/profile.h: New file. * Makefile.am (site.exp): Remove newlib_cflags. Add multibuildtop. * testsuite/newlib.locale/UTF-8.c: Change fprintf's to printf's. * testsuite/lib/flags.exp: New file. * testsuite/lib/newlib.exp: Load flags.exp. (newlib_target_compile): Remove libgloss directory references. (newlib_init): Remove newlib_cflags references.
Diffstat (limited to 'newlib/libc/configure.in')
-rw-r--r--newlib/libc/configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/libc/configure.in b/newlib/libc/configure.in
index eeb5286bd..0fb66034a 100644
--- a/newlib/libc/configure.in
+++ b/newlib/libc/configure.in
@@ -77,6 +77,14 @@ fi
AC_SUBST(LIBC_UNIX_LIB)
AM_CONDITIONAL(HAVE_UNIX_DIR, test x${unix_dir} != x)
+LIBC_EXTRA_LIB=
+LIBC_EXTRA_DEF=
+extra_dir=
+
+AC_SUBST(LIBC_EXTRA_LIB)
+AC_SUBST(LIBC_EXTRA_DEF)
+AC_SUBST(extra_dir)
+
dnl We always recur into sys and machine, and let them decide what to
dnl do. However, we do need to know whether they will produce a library.