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
path: root/newlib
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-02-15 22:32:05 +0400
committerChristopher Faylor <me@cgf.cx>2012-02-15 22:32:05 +0400
commit2d192e1ebb73dbce9fd82bba446d2f92ff8c5bb1 (patch)
tree4fb3b81e45669b743fb7273ff70afad9e753ac8f /newlib
parent5e7c84e55435ce810e3588916fe12455e42ae6e4 (diff)
* configure.host: Fix typo: xdir_dir -> xdr_dir.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/configure.host2
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index b08a422a9..4a75953eb 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-15 Christopher Faylor <me.newlib2012@cgf.cx>
+
+ * configure.host: Fix typo: xdir_dir -> xdr_dir.
+
2012-02-09 Eric Blake <eblake@redhat.com>
* libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.
diff --git a/newlib/configure.host b/newlib/configure.host
index ef73fd0ad..2da15de5e 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -788,7 +788,7 @@ if [ "x${newlib_atexit_dynamic_alloc}" = "x" ]; then
fi
# Remove rpc headers if xdr_dir not specified
-if [ "x${xdir_dir}" = "x" ]; then
+if [ "x${xdr_dir}" = "x" ]; then
noinclude="${noinclude} rpc/types.h rpc/xdr.h"
fi