v850eq wasn't building igen directory.
This commit is contained in:
parent
93e7a1b5b7
commit
944deab68e
@ -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>
|
Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* configure.in (testdir): When a testsuite directory, add that to
|
* 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-*-*)
|
v850eq-*-*)
|
||||||
# The V850 simulator can only be compiled by gcc.
|
# The V850 simulator can only be compiled by gcc.
|
||||||
sim_target=v850
|
sim_target=v850
|
||||||
|
extra_subdirs="${extra_subdirs} igen"
|
||||||
only_if_gcc=yes
|
only_if_gcc=yes
|
||||||
;;
|
;;
|
||||||
# end-sanitize-v850eq
|
# end-sanitize-v850eq
|
||||||
|
@ -106,6 +106,7 @@ case "${target}" in
|
|||||||
v850eq-*-*)
|
v850eq-*-*)
|
||||||
# The V850 simulator can only be compiled by gcc.
|
# The V850 simulator can only be compiled by gcc.
|
||||||
sim_target=v850
|
sim_target=v850
|
||||||
|
extra_subdirs="${extra_subdirs} igen"
|
||||||
only_if_gcc=yes
|
only_if_gcc=yes
|
||||||
;;
|
;;
|
||||||
# end-sanitize-v850eq
|
# end-sanitize-v850eq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user