diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-14 11:21:24 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-14 11:21:24 +0000 |
commit | cbca181efc0f6d05b471c2688f7cf10c22e2d079 (patch) | |
tree | 0d112053df4143d7a9aad0b7b58268576948efa3 /boehm-gc/configure | |
parent | bf41b831d6c5500d19dd76dae949d80604fefdd4 (diff) | |
download | ppe42-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-x | boehm-gc/configure | 3 |
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 |