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 | f4cfb980c32ec19e045930819fe19d3784020076 (patch) | |
tree | e11a4cbaf2b7a877cad8bc2aa1fccf175bdc05ad | |
parent | db230ce3ff2cd460bbd1c9f99bcf92d85fa17773 (diff) | |
download | gdb-f4cfb980c32ec19e045930819fe19d3784020076.zip gdb-f4cfb980c32ec19e045930819fe19d3784020076.tar.gz gdb-f4cfb980c32ec19e045930819fe19d3784020076.tar.bz2 |
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 d72b40a..b5caebb 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*) |