diff options
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 a5f305a..3f78049 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 |