aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.host
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-31 23:23:48 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-31 23:23:48 +0000
commit02a5d235259cb3e5a478ce4a81833bdfa3cce457 (patch)
tree0783b446a3e85c695df38002e57c765f7553f7f9 /ld/configure.host
parentc7c26058d8f95e069fdd26a303da403478c632aa (diff)
downloadgdb-02a5d235259cb3e5a478ce4a81833bdfa3cce457.zip
gdb-02a5d235259cb3e5a478ce4a81833bdfa3cce457.tar.gz
gdb-02a5d235259cb3e5a478ce4a81833bdfa3cce457.tar.bz2
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.
Diffstat (limited to 'ld/configure.host')
-rw-r--r--ld/configure.host8
1 files changed, 6 insertions, 2 deletions
diff --git a/ld/configure.host b/ld/configure.host
index 5c967cf..c844b52 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
;;