diff options
author | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-09 02:43:28 +0000 |
---|---|---|
committer | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-09 02:43:28 +0000 |
commit | 5c5060a1856070c6015b259949d60fa459198083 (patch) | |
tree | 55ee129486eb2022aa165d69de10cdf5f921019b /gcc/config.sub | |
parent | 99037f286d76cdd5a5c780336034a6ae0707f9ad (diff) | |
download | gcc-5c5060a1856070c6015b259949d60fa459198083.tar.gz |
Add preliminary native sparcv9 Solaris support.
* configure.in: Recognize sparv9-*-solaris2*
* configure: rebuilt
* config.sub: Recognize sparcv9 just like sparc64.
* config/sparc/sol2-c1.asm config/sparc/sol2-ci.asm
config/sparc/sol2-cn.asm: Macroize so it can be shared between
32-bit and 64-bit Solaris systems.
* config/sparc/t-sol2: Assemble those with cpp.
* config/sparc/sparc.h (TARGET_CPU_sparcv9): New alias for v9.
(*TF*_LIBCALL): If ARCH64 use V9 names.
* config/sparc/{xm-sysv4-64,sol2-sld-64}.h: New files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22345 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-x | gcc/config.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 7b189e7433c..a12a6775e03 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -156,7 +156,7 @@ case $basic_machine in | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ | mipstx39 | mipstx39el \ - | sparc | sparclet | sparclite | sparc64 | v850) + | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850) basic_machine=$basic_machine-unknown ;; thumb | thumbel) @@ -182,7 +182,7 @@ case $basic_machine in | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ - | sparc64-* | mips64-* | mipsel-* \ + | sparc64-* | sparcv9-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ | mipstx39-* | mipstx39el-* \ | f301-*) @@ -663,7 +663,7 @@ case $basic_machine in we32k) basic_machine=we32k-att ;; - sparc) + sparc | sparcv9) basic_machine=sparc-sun ;; cydra) |