diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2004-01-30 09:07:21 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2004-01-30 09:07:21 +0000 |
commit | 57116d8d9f851d4844479d6a999c2f1d1a54303b (patch) | |
tree | 803b5881f7bd22060f952842bb6937995f2402f8 /gcc/configure.ac | |
parent | f64f44069c2d76c78b647f69f9d19dc65fdd0791 (diff) | |
download | gcc-57116d8d9f851d4844479d6a999c2f1d1a54303b.zip gcc-57116d8d9f851d4844479d6a999c2f1d1a54303b.tar.gz gcc-57116d8d9f851d4844479d6a999c2f1d1a54303b.tar.bz2 |
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
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 28c3220..c29ddaa 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -2472,7 +2472,7 @@ case "$target" in | xstormy16*-*-* | cris-*-* | xtensa-*-*) insn="nop" ;; - ia64*-*-*) + ia64*-*-* | s390*-*-*) insn="nop 0" ;; mmix-*-*) |