This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for exception handling on mips-wrs-vxworks


The following patch enables gthreads support for vxworks on
mips. There's no actual code changes, just configure.

Fri Feb 19 18:18:56 1999  Don Bowman  <don@pixstream.com>

	* configure: enable gthreads vxworks support for mips-wrs-vxworks
      * configure.in: likewise

Index: configure
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/configure,v
retrieving revision 1.205
diff -c -p -r1.205 configure
*** configure   1999/02/18 19:04:28     1.205
--- configure   1999/02/19 23:14:48
*************** for machine in $build $host $target; do
*** 4452,4458 ****
                gas=yes
                gnu_ld=yes
                extra_parts="crtbegin.o crtend.o"
! #             thread_file='vxworks'
                ;;
        mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
                tm_file="mips/iris6.h mips/cross64.h"
--- 4452,4458 ----
                gas=yes
                gnu_ld=yes
                extra_parts="crtbegin.o crtend.o"
!               thread_file='vxworks'
                ;;
        mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
                tm_file="mips/iris6.h mips/cross64.h"
Index: configure.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/configure.in,v
retrieving revision 1.209
diff -c -p -r1.209 configure.in
*** configure.in        1999/02/18 19:04:27     1.209
--- configure.in        1999/02/19 23:14:50
*************** changequote([,])dnl
*** 2171,2177 ****
                gas=yes
                gnu_ld=yes
                extra_parts="crtbegin.o crtend.o"
! #             thread_file='vxworks'
                ;;
        mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
                tm_file="mips/iris6.h mips/cross64.h"
--- 2171,2177 ----
                gas=yes
                gnu_ld=yes
                extra_parts="crtbegin.o crtend.o"
!               thread_file='vxworks'
                ;;
        mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
                tm_file="mips/iris6.h mips/cross64.h"





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]