summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-30 09:07:21 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-30 09:07:21 +0000
commit15dff672b09b7ab437d90299f99ea5127a237652 (patch)
tree803b5881f7bd22060f952842bb6937995f2402f8 /gcc/configure
parent2cad8e1f24f1eae3519b684c03c35620333268ee (diff)
downloadgcc-15dff672b09b7ab437d90299f99ea5127a237652.tar.gz
* configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
s390*-*-* targets by specifying a 'nop' insn. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76934 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index 476538533e1..1c99d896b16 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -10918,7 +10918,7 @@ case "$target" in
| xstormy16*-*-* | cris-*-* | xtensa-*-*)
insn="nop"
;;
- ia64*-*-*)
+ ia64*-*-* | s390*-*-*)
insn="nop 0"
;;
mmix-*-*)