Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/boehm-gc/configure.in

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    7474    THREADLIBS=-lpthread
    7575    case "$host" in
    76      x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux*)
     76     x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* )
    7777        AC_DEFINE(GC_LINUX_THREADS)
    7878        AC_DEFINE(_REENTRANT)
     
    117117    AC_DEFINE(GC_WIN32_THREADS)
    118118    AC_DEFINE(NO_GETENV)
     119    if test $enable_shared = yes; then
     120      AC_DEFINE(GC_DLL)
     121    fi
    119122    ;;
    120123 decosf1 | irix | mach | os2 | solaris | dce | vxworks)
     
    172175    machdep="alpha_mach_dep.lo"
    173176    ;;
    174  i?86-*-solaris2.[[89]]*)
     177 i?86-*-solaris2.[[89]] | i?86-*-solaris2.1?)
    175178    AC_DEFINE(SOLARIS25_PROC_VDB_BUG_FIXED)
    176179    ;;
     
    183186    machdep="mips_ultrix_mach-dep.lo"
    184187    ;;
     188 mips*-*-linux*)
     189    ;;
    185190 mips-*-*)
    186191    machdep="mips_sgi_mach_dep.lo"
    187192    AC_DEFINE(NO_EXECUTE_PERMISSION)
    188193    ;;
    189  sparc-sun-solaris2.3*)
     194 sparc-sun-solaris2.3)
    190195    machdep="sparc_mach_dep.lo"
    191196    AC_DEFINE(SUNOS53_SHARED_LIB)
     
    258263        AC_DEFINE(MAKE_BACK_GRAPH)
    259264      ;;
    260       x86-*-linux* | i586-*-linux* | i686-*-linux* )
     265      x86-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* )
    261266        AC_DEFINE(MAKE_BACK_GRAPH)
    262267        AC_MSG_WARN("Client must not use -fomit-frame-pointer.")
     
    300305gc_basedir=${gc_basedir}
    301306CC="${CC}"
     307ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
    302308DEFS="$DEFS"
    303309)
Note: See TracChangeset for help on using the changeset viewer.