summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-14 11:21:24 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-14 11:21:24 +0000
commitcbca181efc0f6d05b471c2688f7cf10c22e2d079 (patch)
tree0d112053df4143d7a9aad0b7b58268576948efa3
parentbf41b831d6c5500d19dd76dae949d80604fefdd4 (diff)
downloadppe42-gcc-cbca181efc0f6d05b471c2688f7cf10c22e2d079.tar.gz
ppe42-gcc-cbca181efc0f6d05b471c2688f7cf10c22e2d079.zip
* configure: Rebuilt.
* configure.in: Added support for alpha. From David Pettersson <dapet@mai.liu.se>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26449 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--boehm-gc/ChangeLog6
-rwxr-xr-xboehm-gc/configure3
-rw-r--r--boehm-gc/configure.in3
3 files changed, 12 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 0b066bc1c51..0fd8d8b0193 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -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.
diff --git a/boehm-gc/configure b/boehm-gc/configure
index a5f305aa369..3f78049ac1e 100755
--- a/boehm-gc/configure
+++ b/boehm-gc/configure
@@ -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
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in
index 6a4850f17dd..1c6e4efa697 100644
--- a/boehm-gc/configure.in
+++ b/boehm-gc/configure.in
@@ -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)
OpenPOWER on IntegriCloud