Make igen available when v850 is being build.
This commit is contained in:
parent
18c319ae59
commit
04258deea2
@ -1,3 +1,7 @@
|
|||||||
|
Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (extra_subdirs): Enable igen ready for V850.
|
||||||
|
|
||||||
Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* configure.in (w65-*-*, only_if_enabled): Set.
|
* configure.in (w65-*-*, only_if_enabled): Set.
|
||||||
|
3
sim/configure
vendored
3
sim/configure
vendored
@ -1327,6 +1327,7 @@ case "${target}" in
|
|||||||
v850-*-*)
|
v850-*-*)
|
||||||
# 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-v850
|
# end-sanitize-v850
|
||||||
@ -1334,6 +1335,7 @@ case "${target}" in
|
|||||||
v850e-*-*)
|
v850e-*-*)
|
||||||
# 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-v850e
|
# end-sanitize-v850e
|
||||||
@ -1341,6 +1343,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
|
||||||
|
@ -92,6 +92,7 @@ case "${target}" in
|
|||||||
v850-*-*)
|
v850-*-*)
|
||||||
# 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-v850
|
# end-sanitize-v850
|
||||||
@ -99,6 +100,7 @@ case "${target}" in
|
|||||||
v850e-*-*)
|
v850e-*-*)
|
||||||
# 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-v850e
|
# end-sanitize-v850e
|
||||||
|
Loading…
Reference in New Issue
Block a user