From 02a5d235259cb3e5a478ce4a81833bdfa3cce457 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 31 Oct 1995 23:23:48 +0000 Subject: [PATCH] Tue Oct 31 18:22:24 1995 David Mosberger-Tang * configure.host (alpha-*-linux*): New host. * configure.tgt (alpha-*-linux*): New target. --- ld/ChangeLog | 5 +++++ ld/configure.host | 8 ++++++-- ld/configure.tgt | 1 + 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 1c5c9d5ac7..0af2df3b1f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 31 18:22:24 1995 David Mosberger-Tang + + * configure.host (alpha-*-linux*): New host. + * configure.tgt (alpha-*-linux*): New target. + Tue Oct 31 12:36:52 1995 Ian Lance Taylor * emultempl/aix.em (export_files): Remove. diff --git a/ld/configure.host b/ld/configure.host index 5c967cf702..c844b52cac 100644 --- a/ld/configure.host +++ b/ld/configure.host @@ -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 @@ -27,7 +31,7 @@ i[345]86-*-bsd* | i[345]86-*-freebsd* | i[345]86-*-netbsd*) # shell commands. So we need to make this value non-empty in order # for the genscripts.sh call to work. There's nothing magic about # the value `/lib'; it's just a dummy. - NATIVE_LIB_DIRS = /lib + NATIVE_LIB_DIRS=/lib ;; i[345]86-*-go32*) @@ -89,7 +93,7 @@ m68*-sun-*) ;; m88*-*-dgux*) - HDEFINES = -D__using_DGUX + HDEFINES=-D__using_DGUX HOSTING_CRT0=/lib/crt0.o -X HOSTING_LIBS=/usr/sde/m88kbcs/lib/libc.a ;; diff --git a/ld/configure.tgt b/ld/configure.tgt index 506a1fd74d..b099ec8ed6 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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 ;;