guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sparc64 qthreads support


From: Thien-Thi Nguyen
Subject: sparc64 qthreads support
Date: Thu, 28 Jun 2001 01:22:10 -0700

can anyone test effacacy of the following to support sparc64?
this was suggested to me, but i haven't tried it.

thi


_______________________________________
Index: qthreads.m4
===================================================================
RCS file: /cvs/guile/guile-core/qthreads.m4,v
retrieving revision 1.8
diff -u -p -w -c -r1.8 qthreads.m4
cvs server: conflicting specifications of output style
*** qthreads.m4 2000/04/21 14:12:05     1.8
--- qthreads.m4 2001/06/28 08:29:05
*************** AC_DEFUN([QTHREADS_CONFIGURE],[
*** 113,119 ****
        qtmdc_c=md/null.c
        qtdmdb_s=md/_sparc_b.s 
        ;;
!     sparc-*-*)
        port_name=sparc
        qtmd_h=md/sparc.h
        qtmds_s=md/sparc.s
--- 113,119 ----
        qtmdc_c=md/null.c
        qtdmdb_s=md/_sparc_b.s
        ;;
!     sparc*-*-*)
        port_name=sparc
        qtmd_h=md/sparc.h
        qtmds_s=md/sparc.s
*************** AC_DEFUN([QTHREADS_CONFIGURE],[
*** 154,156 ****
--- 154,158 ----
    AC_SUBST(THREAD_LIBS_LOCAL)
    AC_SUBST(THREAD_LIBS_INSTALLED)
  ])
+ 
+ dnl qthreads.m4 ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]