configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for s390*-*-* targets by specifying a 'nop' insn.

* configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
	s390*-*-* targets by specifying a 'nop' insn.
	* configure: Regenerate.

From-SVN: r76934
This commit is contained in:
Ulrich Weigand 2004-01-30 09:07:21 +00:00 committed by Ulrich Weigand
parent f64f44069c
commit 57116d8d9f
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-01-30 Ulrich Weigand <uweigand@de.ibm.com>
* configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
s390*-*-* targets by specifying a 'nop' insn.
* configure: Regenerate.
2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/11475

2
gcc/configure vendored
View File

@ -10918,7 +10918,7 @@ case "$target" in
| xstormy16*-*-* | cris-*-* | xtensa-*-*)
insn="nop"
;;
ia64*-*-*)
ia64*-*-* | s390*-*-*)
insn="nop 0"
;;
mmix-*-*)

View File

@ -2472,7 +2472,7 @@ case "$target" in
| xstormy16*-*-* | cris-*-* | xtensa-*-*)
insn="nop"
;;
ia64*-*-*)
ia64*-*-* | s390*-*-*)
insn="nop 0"
;;
mmix-*-*)