v850eq wasn't building igen directory.
This commit is contained in:
parent
93e7a1b5b7
commit
944deab68e
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
start-sanitize-v850eq
|
||||
Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* configure.in (extra_subdirs): v850eq needs igen.
|
||||
* configure: Re-generate.
|
||||
|
||||
end-sanitize-v850eq
|
||||
Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* configure.in (testdir): When a testsuite directory, add that to
|
||||
|
|
1
sim/configure
vendored
1
sim/configure
vendored
|
@ -1341,6 +1341,7 @@ case "${target}" in
|
|||
v850eq-*-*)
|
||||
# The V850 simulator can only be compiled by gcc.
|
||||
sim_target=v850
|
||||
extra_subdirs="${extra_subdirs} igen"
|
||||
only_if_gcc=yes
|
||||
;;
|
||||
# end-sanitize-v850eq
|
||||
|
|
|
@ -106,6 +106,7 @@ case "${target}" in
|
|||
v850eq-*-*)
|
||||
# The V850 simulator can only be compiled by gcc.
|
||||
sim_target=v850
|
||||
extra_subdirs="${extra_subdirs} igen"
|
||||
only_if_gcc=yes
|
||||
;;
|
||||
# end-sanitize-v850eq
|
||||
|
|
Loading…
Reference in a new issue