summaryrefslogtreecommitdiffstats
path: root/boehm-gc/configure
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 /boehm-gc/configure
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
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-xboehm-gc/configure3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud