From e9c0315e10f7778d51504be20dcb525dec080d44 Mon Sep 17 00:00:00 2001 From: Don Bowman Date: Mon, 22 Feb 1999 01:32:00 +0000 Subject: configure.in (mips*-*-vxworks*): Enable gthreads vxworks support. * configure.in (mips*-*-vxworks*): Enable gthreads vxworks support. * configure: Rebuilt. From-SVN: r25363 --- gcc/ChangeLog | 5 +++++ gcc/configure | 2 +- gcc/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3a9e1fd..65bec6f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 19 18:18:56 1999 Don Bowman + + * configure.in (mips*-*-vxworks*): Enable gthreads vxworks support. + * configure: Rebuilt. + Sun Feb 21 20:34:44 PST 1999 Jeff Law (law@cygnus.com) * version.c: Bump for snapshot. diff --git a/gcc/configure b/gcc/configure index 52923a1..9b9f4be 100755 --- a/gcc/configure +++ b/gcc/configure @@ -4452,7 +4452,7 @@ for machine in $build $host $target; do gas=yes gnu_ld=yes extra_parts="crtbegin.o crtend.o" -# thread_file='vxworks' + thread_file='vxworks' ;; mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64 tm_file="mips/iris6.h mips/cross64.h" diff --git a/gcc/configure.in b/gcc/configure.in index 9f21c31..04c7523 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2171,7 +2171,7 @@ changequote([,])dnl gas=yes gnu_ld=yes extra_parts="crtbegin.o crtend.o" -# thread_file='vxworks' + thread_file='vxworks' ;; mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64 tm_file="mips/iris6.h mips/cross64.h" -- cgit v1.1