Add xstormy16 to list of targets that has a nop instruction and hence which can...
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. From-SVN: r66374
This commit is contained in:
parent
4b6eac52d5
commit
f8000836d3
3 changed files with 370 additions and 352 deletions
|
@ -1,3 +1,10 @@
|
|||
2003-05-02 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.in: 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.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
|
||||
|
||||
PR target/8257
|
||||
|
|
713
gcc/configure
vendored
713
gcc/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -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*-*-*)
|
||||
|
|
Loading…
Add table
Reference in a new issue