diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-30 09:07:21 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-30 09:07:21 +0000 |
commit | 15dff672b09b7ab437d90299f99ea5127a237652 (patch) | |
tree | 803b5881f7bd22060f952842bb6937995f2402f8 /gcc/configure | |
parent | 2cad8e1f24f1eae3519b684c03c35620333268ee (diff) | |
download | gcc-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-x | gcc/configure | 2 |
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-*-*) |