summaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-02 07:49:26 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-02 07:49:26 +0000
commitabfb2b8e4958027b4b309545aacb5eaa419e7392 (patch)
tree4ba1adf9ad66d629745bffa145484ffda3f66776 /gcc/configure.in
parentdf65beb0c6dffd409113223cbc5a522696c64225 (diff)
downloadgcc-abfb2b8e4958027b4b309545aacb5eaa419e7392.tar.gz
Add xstormy16 to list of targets that has a nop instruction and hence which
can be tested to see if the assembler supports the --gdwarf2 switch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index dc8ebedf0a9..b37e8d70fab 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -2427,7 +2427,7 @@ gcc_cv_as_dwarf2_debug_line=no
# version to the per-target configury.
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
- | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-*)
+ | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* | xstormy16*-*-*)
insn="nop"
;;
ia64*-*-*)