* configure.in (sparc64): Set arch to v9-64.
* configure: Regenerated.
This commit is contained in:
parent
9659c18b39
commit
70ee778220
3 changed files with 5 additions and 3 deletions
|
@ -12,7 +12,7 @@ Mon Oct 20 14:54:06 1997 Klaus K"ampf <kkaempf@progis.de>
|
|||
|
||||
Mon Oct 20 10:13:32 1997 Doug Evans <devans@canuck.cygnus.com>
|
||||
|
||||
* tc-sparc.c (default_arch_size): New static local.
|
||||
* config/tc-sparc.c (default_arch_size): New static local.
|
||||
(struct sparc_arch): Rename arch_size to default_arch_size.
|
||||
New member user_option_p.
|
||||
(sparc_arch_table): Always include v9, v9a. New entry v9-64.
|
||||
|
@ -22,6 +22,8 @@ Mon Oct 20 10:13:32 1997 Doug Evans <devans@canuck.cygnus.com>
|
|||
(md_longopts): New entries for -32, -64.
|
||||
(md_parse_option): Handle them.
|
||||
(md_show_usage): Print them. Ensure init_default_arch called.
|
||||
* configure.in (sparc64): Set arch to v9-64.
|
||||
* configure: Regenerated.
|
||||
|
||||
Sun Oct 19 13:50:50 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
|
|
2
gas/configure
vendored
2
gas/configure
vendored
|
@ -1313,7 +1313,7 @@ for this_target in $target $canon_targets ; do
|
|||
rs6000*) cpu_type=ppc ;;
|
||||
sparclite*) cpu_type=sparc arch=sparclite ;;
|
||||
sparclet*) cpu_type=sparc arch=sparclet ;;
|
||||
sparc64*) cpu_type=sparc arch=v9 ;;
|
||||
sparc64*) cpu_type=sparc arch=v9-64 ;;
|
||||
sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
|
||||
v850*) cpu_type=v850 ;;
|
||||
*) cpu_type=${cpu} ;;
|
||||
|
|
|
@ -89,7 +89,7 @@ changequote([,])dnl
|
|||
rs6000*) cpu_type=ppc ;;
|
||||
sparclite*) cpu_type=sparc arch=sparclite ;;
|
||||
sparclet*) cpu_type=sparc arch=sparclet ;;
|
||||
sparc64*) cpu_type=sparc arch=v9 ;;
|
||||
sparc64*) cpu_type=sparc arch=v9-64 ;;
|
||||
sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
|
||||
v850*) cpu_type=v850 ;;
|
||||
*) cpu_type=${cpu} ;;
|
||||
|
|
Loading…
Reference in a new issue