configure: Rebuilt.
* configure: Rebuilt. * configure.in: Added support for alpha. From David Pettersson <dapet@mai.liu.se>. From-SVN: r26449
This commit is contained in:
parent
6c77b8af53
commit
649d3f8fbe
@ -1,3 +1,9 @@
|
||||
1999-04-14 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* configure: Rebuilt.
|
||||
* configure.in: Added support for alpha.
|
||||
From David Pettersson <dapet@mai.liu.se>.
|
||||
|
||||
1999-04-13 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* Makefile.in: Rebuilt.
|
||||
|
3
boehm-gc/configure
vendored
3
boehm-gc/configure
vendored
@ -1744,6 +1744,9 @@ esac
|
||||
|
||||
machdep=
|
||||
case "$host" in
|
||||
alpha-*-*)
|
||||
machdep="alpha_mach_dep.o"
|
||||
;;
|
||||
mipstx39-*-elf*)
|
||||
machdep="mips_ultrix_mach_dep.o"
|
||||
cat >> confdefs.h <<\EOF
|
||||
|
@ -127,6 +127,9 @@ AC_SUBST(CXXINCLUDES)
|
||||
|
||||
machdep=
|
||||
case "$host" in
|
||||
alpha-*-*)
|
||||
machdep="alpha_mach_dep.o"
|
||||
;;
|
||||
mipstx39-*-elf*)
|
||||
machdep="mips_ultrix_mach_dep.o"
|
||||
AC_DEFINE(STACKBASE, __stackbase)
|
||||
|
Loading…
Reference in New Issue
Block a user