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:
parent
f64f44069c
commit
57116d8d9f
@ -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
2
gcc/configure
vendored
@ -10918,7 +10918,7 @@ case "$target" in
|
||||
| xstormy16*-*-* | cris-*-* | xtensa-*-*)
|
||||
insn="nop"
|
||||
;;
|
||||
ia64*-*-*)
|
||||
ia64*-*-* | s390*-*-*)
|
||||
insn="nop 0"
|
||||
;;
|
||||
mmix-*-*)
|
||||
|
@ -2472,7 +2472,7 @@ case "$target" in
|
||||
| xstormy16*-*-* | cris-*-* | xtensa-*-*)
|
||||
insn="nop"
|
||||
;;
|
||||
ia64*-*-*)
|
||||
ia64*-*-* | s390*-*-*)
|
||||
insn="nop 0"
|
||||
;;
|
||||
mmix-*-*)
|
||||
|
Loading…
Reference in New Issue
Block a user