diff options
author | Christopher Faylor <me@cgf.cx> | 2012-02-15 18:32:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-02-15 18:32:05 +0000 |
commit | 2d192e1ebb73dbce9fd82bba446d2f92ff8c5bb1 (patch) | |
tree | 4fb3b81e45669b743fb7273ff70afad9e753ac8f /newlib | |
parent | 5e7c84e55435ce810e3588916fe12455e42ae6e4 (diff) | |
download | newlib-2d192e1ebb73dbce9fd82bba446d2f92ff8c5bb1.zip newlib-2d192e1ebb73dbce9fd82bba446d2f92ff8c5bb1.tar.gz newlib-2d192e1ebb73dbce9fd82bba446d2f92ff8c5bb1.tar.bz2 |
* configure.host: Fix typo: xdir_dir -> xdr_dir.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/configure.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b08a422..4a75953 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 ef73fd0..2da15de 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 |