diff --git a/ChangeLog b/ChangeLog index 7b3db44c2..806863d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-10-08 Jan-Benedict Glaw + + * configure.ac: Update from GCC. + * configure: Regenerate. + 2013-10-01 Jeff Johnston * COPYING.NEWLIB: Update with new copyright. diff --git a/configure b/configure index a91689ff4..6ad3c49ea 100755 --- a/configure +++ b/configure @@ -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*)