Tue Oct 31 18:22:24 1995 David Mosberger-Tang <davidm@azstarnet.com>

* configure.host (alpha-*-linux*): New host.
	* configure.tgt (alpha-*-linux*): New target.
This commit is contained in:
Ian Lance Taylor 1995-10-31 23:23:48 +00:00
parent c7c26058d8
commit 02a5d23525
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Tue Oct 31 18:22:24 1995 David Mosberger-Tang <davidm@azstarnet.com>
* configure.host (alpha-*-linux*): New host.
* configure.tgt (alpha-*-linux*): New target.
Tue Oct 31 12:36:52 1995 Ian Lance Taylor <ian@cygnus.com>
* emultempl/aix.em (export_files): Remove.

View File

@ -17,6 +17,10 @@ NATIVE_LIB_DIRS=
case "${host}" in
alpha-*-linux*)
HOSTING_CRT0=/usr/lib/crt0.o
;;
alpha-*-*)
HOSTING_CRT0=/usr/ccs/lib/crt0.o
NATIVE_LIB_DIRS=/usr/ccs/lib

View File

@ -103,6 +103,7 @@ mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;
mips*el-*-elf*) targ_emul=elf32lmip ;;
mips*-*-elf*) targ_emul=elf32bmip ;;
alpha-*-linux*) targ_emul=alpha ;;
alpha-*-osf*) targ_emul=alpha ;;
alpha-*-netware*) targ_emul=alpha ;;
z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;