Commit 115dabb8 by Tom Tromey Committed by Tom Tromey

configure: Rebuilt.

	* configure: Rebuilt.
	* configure.in: Recognize all forms of alpha.

From-SVN: r27660
parent 48b1580e
1999-06-21 Tom Tromey <tromey@cygnus.com>
* configure: Rebuilt.
* configure.in: Recognize all forms of alpha.
1999-06-17 Anthony Green <green@cygnus.com>
* mach_dep.c (GC_push_regs): FreeBSD-elf support (from
......
......@@ -83,6 +83,7 @@ MY_CFLAGS = @MY_CFLAGS@
NM = @NM@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
VERSION = @VERSION@
addobjs = @addobjs@
boehm_gc_basedir = @boehm_gc_basedir@
......
......@@ -134,7 +134,7 @@ AC_SUBST(CXXINCLUDES)
machdep=
case "$host" in
alpha-*-*)
alpha*-*-*)
machdep="alpha_mach_dep.lo"
;;
mips-*-*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment