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
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')
-rwxr-xr-xnewlib/libc/configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/libc/configure b/newlib/libc/configure
index aad9bc3cd..589758066 100755
--- a/newlib/libc/configure
+++ b/newlib/libc/configure
@@ -2400,6 +2400,14 @@ else
HAVE_UNIX_DIR_FALSE=
fi
+LIBC_EXTRA_LIB=
+LIBC_EXTRA_DEF=
+extra_dir=
+
+
+
+
+
LIBC_SYS_LIB=
if test -n "${sys_dir}"; then
@@ -2630,6 +2638,9 @@ s%@HAVE_SYSCALL_DIR_FALSE@%$HAVE_SYSCALL_DIR_FALSE%g
s%@LIBC_UNIX_LIB@%$LIBC_UNIX_LIB%g
s%@HAVE_UNIX_DIR_TRUE@%$HAVE_UNIX_DIR_TRUE%g
s%@HAVE_UNIX_DIR_FALSE@%$HAVE_UNIX_DIR_FALSE%g
+s%@LIBC_EXTRA_LIB@%$LIBC_EXTRA_LIB%g
+s%@LIBC_EXTRA_DEF@%$LIBC_EXTRA_DEF%g
+s%@extra_dir@%$extra_dir%g
s%@LIBC_SYS_LIB@%$LIBC_SYS_LIB%g
s%@LIBC_MACHINE_LIB@%$LIBC_MACHINE_LIB%g