From 43f80ffb7dce3da1252e5f8ba24325803237875b Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 20 Jan 2015 12:27:30 +0000 Subject: [PATCH] Fix typo in entry header --- newlib/ChangeLog | 2 +- newlib/libc/sys/configure | 7 +++++-- newlib/libc/sys/configure.in | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 1d8ad002b..db41a1aeb 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,4 +1,4 @@ -2015-01-20 Wilco Dijkstra wdijkstr@arm.com +2015-01-20 Wilco Dijkstra * libc/machine/aarch64/strlen.S (strlen): Improve performance. diff --git a/newlib/libc/sys/configure b/newlib/libc/sys/configure index bb52586df..6b2b6eac8 100755 --- a/newlib/libc/sys/configure +++ b/newlib/libc/sys/configure @@ -797,6 +797,7 @@ linux m88kbug mmixware netware +or1k rdos rtems sh @@ -11455,7 +11456,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11458 "configure" +#line 11459 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11561,7 +11562,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11564 "configure" +#line 11565 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11827,6 +11828,8 @@ subdirs="$subdirs a29khif" mmixware) subdirs="$subdirs mmixware" ;; netware) subdirs="$subdirs netware" + ;; + or1k) subdirs="$subdirs or1k" ;; rdos) subdirs="$subdirs rdos" ;; diff --git a/newlib/libc/sys/configure.in b/newlib/libc/sys/configure.in index d388bb8dd..4c6266d60 100644 --- a/newlib/libc/sys/configure.in +++ b/newlib/libc/sys/configure.in @@ -34,6 +34,7 @@ if test -n "${sys_dir}"; then m88kbug) AC_CONFIG_SUBDIRS(m88kbug) ;; mmixware) AC_CONFIG_SUBDIRS(mmixware) ;; netware) AC_CONFIG_SUBDIRS(netware) ;; + or1k) AC_CONFIG_SUBDIRS(or1k) ;; rdos) AC_CONFIG_SUBDIRS(rdos) ;; rtems) AC_CONFIG_SUBDIRS(rtems) ;; sh) AC_CONFIG_SUBDIRS(sh) ;;