2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>

* configure.ac: Remove TI C4x and NIOS2 ports from 4.9 branch.
This commit is contained in:
Joel Sherrill
2008-09-10 16:02:20 +00:00
parent 74c15b62ea
commit c7df255f99
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* configure.ac: Remove TI C4x and NIOS2 ports from 4.9 branch.
2008-09-08 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* AUTHORS: Convert to UNIX CR/LF style. * AUTHORS: Convert to UNIX CR/LF style.

View File

@@ -78,7 +78,7 @@ AC_MSG_CHECKING([for targets])
AC_ARG_ENABLE([targets], AC_ARG_ENABLE([targets],
AS_HELP_STRING([--enable-targets=<targets>],[build for targets <targets>]), AS_HELP_STRING([--enable-targets=<targets>],[build for targets <targets>]),
[targets="$enable_targets"], [targets="$enable_targets"],
[targets="arm i386 m68k mips powerpc sh sparc tic4x"] [targets="arm i386 m68k mips powerpc sh sparc"]
) )
AC_MSG_RESULT([$targets]) AC_MSG_RESULT([$targets])