* 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.
This commit is contained in:
Thomas Fitzsimmons
2002-05-01 18:44:13 +00:00
parent 6e9d950a91
commit 098414456c
19 changed files with 166 additions and 3 deletions

11
newlib/libc/configure vendored
View File

@ -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