mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-14 07:38:41 +00:00
* configure.in: Install embedspu on powerpc*-*-eabi* also.
* configure: Regenerated.
This commit is contained in:
parent
82fc776500
commit
59678365bc
@ -1,3 +1,8 @@
|
||||
2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure.in: Install embedspu on powerpc*-*-eabi* also.
|
||||
* configure: Regenerated.
|
||||
|
||||
2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* po/uk.po: Updated Ukrainian translation.
|
||||
|
2
binutils/configure
vendored
2
binutils/configure
vendored
@ -14531,7 +14531,7 @@ do
|
||||
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
|
||||
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
|
||||
;;
|
||||
powerpc*-*-linux* | powerpc*-*-elf*)
|
||||
powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
|
||||
BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
|
||||
;;
|
||||
sh*-*-pe)
|
||||
|
@ -333,7 +333,7 @@ changequote([,])dnl
|
||||
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
|
||||
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
|
||||
;;
|
||||
powerpc*-*-linux* | powerpc*-*-elf*)
|
||||
powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
|
||||
BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
|
||||
;;
|
||||
sh*-*-pe)
|
||||
|
Loading…
Reference in New Issue
Block a user