Changeset 1391 for branches/GNU/src/gcc/boehm-gc/configure.in
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
boehm-gc/configure.in (modified) (6 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/boehm-gc/configure.in
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 74 74 THREADLIBS=-lpthread 75 75 case "$host" in 76 x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* )76 x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* ) 77 77 AC_DEFINE(GC_LINUX_THREADS) 78 78 AC_DEFINE(_REENTRANT) … … 117 117 AC_DEFINE(GC_WIN32_THREADS) 118 118 AC_DEFINE(NO_GETENV) 119 if test $enable_shared = yes; then 120 AC_DEFINE(GC_DLL) 121 fi 119 122 ;; 120 123 decosf1 | irix | mach | os2 | solaris | dce | vxworks) … … 172 175 machdep="alpha_mach_dep.lo" 173 176 ;; 174 i?86-*-solaris2.[[89]] *)177 i?86-*-solaris2.[[89]] | i?86-*-solaris2.1?) 175 178 AC_DEFINE(SOLARIS25_PROC_VDB_BUG_FIXED) 176 179 ;; … … 183 186 machdep="mips_ultrix_mach-dep.lo" 184 187 ;; 188 mips*-*-linux*) 189 ;; 185 190 mips-*-*) 186 191 machdep="mips_sgi_mach_dep.lo" 187 192 AC_DEFINE(NO_EXECUTE_PERMISSION) 188 193 ;; 189 sparc-sun-solaris2.3 *)194 sparc-sun-solaris2.3) 190 195 machdep="sparc_mach_dep.lo" 191 196 AC_DEFINE(SUNOS53_SHARED_LIB) … … 258 263 AC_DEFINE(MAKE_BACK_GRAPH) 259 264 ;; 260 x86-*-linux* | i586-*-linux* | i686-*-linux* )265 x86-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* ) 261 266 AC_DEFINE(MAKE_BACK_GRAPH) 262 267 AC_MSG_WARN("Client must not use -fomit-frame-pointer.") … … 300 305 gc_basedir=${gc_basedir} 301 306 CC="${CC}" 307 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}" 302 308 DEFS="$DEFS" 303 309 ) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
