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> 1999-06-17 Anthony Green <green@cygnus.com>
* mach_dep.c (GC_push_regs): FreeBSD-elf support (from * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
......
...@@ -83,6 +83,7 @@ MY_CFLAGS = @MY_CFLAGS@ ...@@ -83,6 +83,7 @@ MY_CFLAGS = @MY_CFLAGS@
NM = @NM@ NM = @NM@
PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
RANLIB = @RANLIB@ RANLIB = @RANLIB@
USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
VERSION = @VERSION@ VERSION = @VERSION@
addobjs = @addobjs@ addobjs = @addobjs@
boehm_gc_basedir = @boehm_gc_basedir@ boehm_gc_basedir = @boehm_gc_basedir@
......
...@@ -134,7 +134,7 @@ AC_SUBST(CXXINCLUDES) ...@@ -134,7 +134,7 @@ AC_SUBST(CXXINCLUDES)
machdep= machdep=
case "$host" in case "$host" in
alpha-*-*) alpha*-*-*)
machdep="alpha_mach_dep.lo" machdep="alpha_mach_dep.lo"
;; ;;
mips-*-*) 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