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:
authorCorinna Vinschen <corinna@vinschen.de>2015-01-20 15:27:30 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-01-20 15:27:30 +0300
commit43f80ffb7dce3da1252e5f8ba24325803237875b (patch)
treedf1f67efef49d3185cd7e52c53775bdd169bb5e4 /newlib
parentc30509f569bb2aa5806c1a4fb3f232a158d10262 (diff)
Fix typo in entry header
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog2
-rwxr-xr-xnewlib/libc/sys/configure7
-rw-r--r--newlib/libc/sys/configure.in1
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 <wdijkstr@arm.com>
* 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
@@ -11828,6 +11829,8 @@ subdirs="$subdirs a29khif"
;;
netware) subdirs="$subdirs netware"
;;
+ or1k) subdirs="$subdirs or1k"
+ ;;
rdos) subdirs="$subdirs rdos"
;;
rtems) subdirs="$subdirs rtems"
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) ;;