diff options
author | Don Bowman <don@pixstream.com> | 1999-02-22 01:32:00 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-02-21 18:32:00 -0700 |
commit | e9c0315e10f7778d51504be20dcb525dec080d44 (patch) | |
tree | 5c8058433d537065cf590617063b2294c0315bb6 /gcc | |
parent | 78ab203316f82d0f9e4486ce0444bcdf58060669 (diff) | |
download | gcc-e9c0315e10f7778d51504be20dcb525dec080d44.zip gcc-e9c0315e10f7778d51504be20dcb525dec080d44.tar.gz gcc-e9c0315e10f7778d51504be20dcb525dec080d44.tar.bz2 |
configure.in (mips*-*-vxworks*): Enable gthreads vxworks support.
* configure.in (mips*-*-vxworks*): Enable gthreads vxworks support.
* configure: Rebuilt.
From-SVN: r25363
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
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 <don@pixstream.com> + + * 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" |