diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-01-31 19:34:38 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-01-31 19:34:38 +0000 |
commit | 0733ae3bcaa01d08932e73952d86939d0bc35366 (patch) | |
tree | 47191b48568a519098f45b72e4c0df21d0f95027 /newlib/libc/string | |
parent | 8c8e5f6dccdd5ebdeb0be02ae969862c614cbf0a (diff) | |
download | newlib-0733ae3bcaa01d08932e73952d86939d0bc35366.zip newlib-0733ae3bcaa01d08932e73952d86939d0bc35366.tar.gz newlib-0733ae3bcaa01d08932e73952d86939d0bc35366.tar.bz2 |
2007-01-31 Kazunori Asayama <asayama@sm.sony.co.jp>
* configure.host: Define stdio directory as a variable.
* libc/Makefile.am: Define stdio related names
as macros.
* libc/configure.in: Add detection routine of stdio directory.
* libc/Makefile.in: Regenerated.
* libc/configure: Ditto.
* libc/argz/Makefile.in: Ditto.
* libc/ctype/Makefile.in: Ditto.
* libc/errno/Makefile.in: Ditto.
* libc/iconv/Makefile.in: Ditto.
* libc/iconv/ccs/Makefile.in: Ditto.
* libc/iconv/ccs/binary/Makefile.in: Ditto.
* libc/iconv/ces/Makefile.in: Ditto.
* libc/iconv/lib/Makefile.in: Ditto.
* libc/locale/Makefile.in: Ditto.
* libc/misc/Makefile.in: Ditto.
* libc/posix/Makefile.in: Ditto.
* libc/reent/Makefile.in: Ditto.
* libc/search/Makefile.in: Ditto.
* libc/signal/Makefile.in: Ditto.
* libc/stdio/Makefile.in: Ditto.
* libc/stdio64/Makefile.in: Ditto.
* libc/stdlib/Makefile.in: Ditto.
* libc/string/Makefile.in: Ditto.
* libc/syscalls/Makefile.in: Ditto.
* libc/time/Makefile.in: Ditto.
* libc/unix/Makefile.in: Ditto.
Diffstat (limited to 'newlib/libc/string')
-rw-r--r-- | newlib/libc/string/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/Makefile.in b/newlib/libc/string/Makefile.in index 2e02317..c5103f6 100644 --- a/newlib/libc/string/Makefile.in +++ b/newlib/libc/string/Makefile.in @@ -170,6 +170,8 @@ HAVE_SIGNAL_DIR_FALSE = @HAVE_SIGNAL_DIR_FALSE@ HAVE_SIGNAL_DIR_TRUE = @HAVE_SIGNAL_DIR_TRUE@ HAVE_STDIO64_DIR_FALSE = @HAVE_STDIO64_DIR_FALSE@ HAVE_STDIO64_DIR_TRUE = @HAVE_STDIO64_DIR_TRUE@ +HAVE_STDIO_DIR_FALSE = @HAVE_STDIO_DIR_FALSE@ +HAVE_STDIO_DIR_TRUE = @HAVE_STDIO_DIR_TRUE@ HAVE_SYSCALL_DIR_FALSE = @HAVE_SYSCALL_DIR_FALSE@ HAVE_SYSCALL_DIR_TRUE = @HAVE_SYSCALL_DIR_TRUE@ HAVE_UNIX_DIR_FALSE = @HAVE_UNIX_DIR_FALSE@ @@ -187,6 +189,8 @@ LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@ LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@ LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@ LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@ +LIBC_STDIO_DEF = @LIBC_STDIO_DEF@ +LIBC_STDIO_LIB = @LIBC_STDIO_LIB@ LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@ LIBC_SYS_LIB = @LIBC_SYS_LIB@ LIBC_UNIX_LIB = @LIBC_UNIX_LIB@ |