mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
* configure.ac: Add igen to v850 build.
* configure: Regenerate.
This commit is contained in:
parent
40a4d956e2
commit
c3357c6410
@ -1,3 +1,8 @@
|
||||
2005-05-17 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* configure.ac: Add igen to v850 build.
|
||||
* configure: Regenerate.
|
||||
|
||||
2005-04-29 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* common/callback.c (PIPE_BUF): Provide default definition.
|
||||
|
1
sim/configure
vendored
1
sim/configure
vendored
@ -3528,6 +3528,7 @@ subdirs="$subdirs ppc"
|
||||
subdirs="$subdirs v850"
|
||||
|
||||
common=yes
|
||||
igen=yes
|
||||
;;
|
||||
esac
|
||||
if test "$testsuite" = yes; then
|
||||
|
@ -116,6 +116,7 @@ if test "${enable_sim}" != no; then
|
||||
v850*-*-* )
|
||||
AC_CONFIG_SUBDIRS(v850)
|
||||
common=yes
|
||||
igen=yes
|
||||
;;
|
||||
esac
|
||||
if test "$testsuite" = yes; then
|
||||
|
Loading…
Reference in New Issue
Block a user