forked from Imagelibrary/binutils-gdb
Added v850 emulation.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Wed Sep 10 10:07:08 1997 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* configure.in (emulations): Add v850 emulation.
|
||||
|
||||
Tue Sep 9 17:14:33 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* Makefile.am (CPU_TYPES): Add arc.
|
||||
|
||||
1
gas/configure
vendored
1
gas/configure
vendored
@@ -1308,6 +1308,7 @@ for this_target in $target $canon_targets ; do
|
||||
rs6000*) cpu_type=ppc ;;
|
||||
sparc64) cpu_type=sparc want_sparc_v9=true ;;
|
||||
sparc*) cpu_type=sparc ;;
|
||||
v850*) cpu_type=v850 ;;
|
||||
*) cpu_type=${cpu} ;;
|
||||
esac
|
||||
|
||||
|
||||
@@ -87,6 +87,7 @@ changequote([,])dnl
|
||||
rs6000*) cpu_type=ppc ;;
|
||||
sparc64) cpu_type=sparc want_sparc_v9=true ;;
|
||||
sparc*) cpu_type=sparc ;;
|
||||
v850*) cpu_type=v850 ;;
|
||||
*) cpu_type=${cpu} ;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user