diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2013-10-08 14:14:12 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2013-10-08 14:14:12 +0000 |
commit | 5c631f79dc896a8da93b4be9cd0d50759d9cad3b (patch) | |
tree | f6b46529bdfb63be9304824143ddbec1e854a4b2 | |
parent | fc3f6ccafa159262861e29fbc16f4c14f93f376f (diff) | |
download | cygnal-5c631f79dc896a8da93b4be9cd0d50759d9cad3b.tar.gz cygnal-5c631f79dc896a8da93b4be9cd0d50759d9cad3b.tar.bz2 cygnal-5c631f79dc896a8da93b4be9cd0d50759d9cad3b.zip |
2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* configure.ac: Update from GCC.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de> + + * configure.ac: Update from GCC. + * configure: Regenerate. + 2013-10-01 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Update with new copyright. @@ -3620,7 +3620,7 @@ case "${target}" in sh*-*-pe|mips*-*-pe|*arm-wince-pe) noconfigdirs="$noconfigdirs tcl tk itcl libgui sim" ;; - arc-*-*) + arc-*-*|arceb-*-*) noconfigdirs="$noconfigdirs target-libgloss" ;; arm-*-pe*) diff --git a/configure.ac b/configure.ac index d72b40a7a..b5caebbaf 100644 --- a/configure.ac +++ b/configure.ac @@ -956,7 +956,7 @@ case "${target}" in sh*-*-pe|mips*-*-pe|*arm-wince-pe) noconfigdirs="$noconfigdirs tcl tk itcl libgui sim" ;; - arc-*-*) + arc-*-*|arceb-*-*) noconfigdirs="$noconfigdirs target-libgloss" ;; arm-*-pe*) |