]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (sparc64-*-openbsd*): New.
authorMarc Espie <espie@openbsd.org>
Thu, 30 May 2002 20:42:33 +0000 (20:42 +0000)
committerMarc Espie <espie@gcc.gnu.org>
Thu, 30 May 2002 20:42:33 +0000 (20:42 +0000)
2002-05-30 Marc Espie <espie@openbsd.org>
* config.gcc (sparc64-*-openbsd*):  New.
* config/sparc/openbsd1-64.h:  New.
* config/sparc/openbsd64.h:  New.

From-SVN: r54068

gcc/ChangeLog
gcc/config.gcc

index a6d5421ea1cbd4d9d40ab88861922156705119c4..c02fa62304c8f3a1806efccc203d08089fa59d3f 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-30     Marc Espie <espie@openbsd.org>
+       * config.gcc (sparc64-*-openbsd*):  New.
+       * config/sparc/openbsd1-64.h:  New.
+       * config/sparc/openbsd64.h:  New.
+
 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to
index 456c7af50c98b8c463ccedb5aa7b3d26c91bd585..15071a382772e5b989e3cea923d97b973822c742 100644 (file)
@@ -3086,6 +3086,13 @@ sparc-*-openbsd*)
        # we need collect2 until our bug is fixed...
        use_collect2=yes
        ;;
+sparc64-*-openbsd*)
+       tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
+       xm_file=sparc/xm-sp64.h
+       gas=yes gnu_ld=yes
+       with_cpu=ultrasparc
+       float_format=i128
+       ;;
 sparc-*-bsd*)
        tm_file="${tm_file} sparc/bsd.h"
        ;;