diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-15 09:49:14 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-15 09:49:14 +0000 |
commit | 2ffa7c6a2651efd2e3c0b0b8681bab17ff8c4ad2 (patch) | |
tree | 61fb511bc9e6a381452e1b03a686eee242e74200 /gcc/config.host | |
parent | a4adb4564807f54f06d4e2cbd0035b5ac18e9dc9 (diff) | |
download | gcc-2ffa7c6a2651efd2e3c0b0b8681bab17ff8c4ad2.tar.gz |
PR pch/14940
* config/alpha/host-osf.c: New file.
* config/alpha/x-osf: New file.
* config.host (alpha*-dec-osf*): Use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170166 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config.host b/gcc/config.host index 5b56f834a74..d0342b996e6 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -1,6 +1,6 @@ # GCC host-specific configuration file. # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2009, -# 2010 Free Software Foundation, Inc. +# 2010, 2011 Free Software Foundation, Inc. #This file is part of GCC. @@ -169,6 +169,10 @@ case ${host} in prefix=/gnu local_prefix=/gnu/local ;; + alpha*-dec-osf*) + out_host_hook_obj=host-osf.o + host_xmake_file="${host_xmake_file} alpha/x-osf" + ;; alpha*-dec-*vms*) host_xm_file="vms/xm-vms.h" host_xmake_file=vms/x-vms |