mirror of git://gcc.gnu.org/git/gcc.git
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>
|
1999-04-13 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
* Makefile.in: Rebuilt.
|
* Makefile.in: Rebuilt.
|
||||||
|
|
|
@ -1744,6 +1744,9 @@ esac
|
||||||
|
|
||||||
machdep=
|
machdep=
|
||||||
case "$host" in
|
case "$host" in
|
||||||
|
alpha-*-*)
|
||||||
|
machdep="alpha_mach_dep.o"
|
||||||
|
;;
|
||||||
mipstx39-*-elf*)
|
mipstx39-*-elf*)
|
||||||
machdep="mips_ultrix_mach_dep.o"
|
machdep="mips_ultrix_mach_dep.o"
|
||||||
cat >> confdefs.h <<\EOF
|
cat >> confdefs.h <<\EOF
|
||||||
|
|
|
@ -127,6 +127,9 @@ AC_SUBST(CXXINCLUDES)
|
||||||
|
|
||||||
machdep=
|
machdep=
|
||||||
case "$host" in
|
case "$host" in
|
||||||
|
alpha-*-*)
|
||||||
|
machdep="alpha_mach_dep.o"
|
||||||
|
;;
|
||||||
mipstx39-*-elf*)
|
mipstx39-*-elf*)
|
||||||
machdep="mips_ultrix_mach_dep.o"
|
machdep="mips_ultrix_mach_dep.o"
|
||||||
AC_DEFINE(STACKBASE, __stackbase)
|
AC_DEFINE(STACKBASE, __stackbase)
|
||||||
|
|
Loading…
Reference in New Issue