summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-02-15 09:49:14 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-02-15 09:49:14 +0000
commit13aed6110437a6d02d0f618ec814cff5a34a0de1 (patch)
tree61fb511bc9e6a381452e1b03a686eee242e74200 /gcc/config.host
parenta86f3aafdaad2c16ca5236a790dbca199b12fb5a (diff)
re PR pch/14940 (PCH largefile test fails on various platforms)
PR pch/14940 * config/alpha/host-osf.c: New file. * config/alpha/x-osf: New file. * config.host (alpha*-dec-osf*): Use it. From-SVN: r170166
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host6
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