Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: gcc/gcc/config.build

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/collect2.c ('k') | gcc/gcc/config.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config.build
diff --git a/gcc/gcc/config.build b/gcc/gcc/config.build
index d08143493d99bc45fc638f14f21957d1d4c5c2aa..0ed87546d806908d7b4eed853bfad8854c8cf83e 100644
--- a/gcc/gcc/config.build
+++ b/gcc/gcc/config.build
@@ -1,5 +1,5 @@
# GCC build-specific configuration file.
-# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008
+# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009
# Free Software Foundation, Inc.
#This file is part of GCC.
@@ -56,12 +56,19 @@ case $build in
# a broken tar, so we use cpio instead.
build_install_headers_dir=install-headers-cpio
;;
+ alpha64-dec-*vms*)
+ build_xm_file="vms/xm-vms.h vms/xm-vms64.h"
+ build_exeext=.exe
+ build_install_headers_dir=install-headers-cp
+ prefix=/gnu
+ local_prefix=/gnu/local
+ ;;
alpha*-dec-*vms*)
- build_xm_file=alpha/xm-vms.h
+ build_xm_file="vms/xm-vms.h"
build_exeext=.exe
build_install_headers_dir=install-headers-cp
prefix=/gnu
- local_prefix=/gnu
+ local_prefix=/gnu/local
;;
hppa1.0-*-hpux1[01]* | \
hppa*64*-*-hpux11* | \
@@ -111,6 +118,13 @@ case $build in
i386-*-vsta)
# Intel 80386's running VSTa kernel
;;
+ ia64-hp-*vms*)
+ build_xm_file="vms/xm-vms.h vms/xm-vms64.h"
+ build_exeext=.exe
+ build_install_headers_dir=install-headers-cp
+ prefix=/gnu
+ local_prefix=/gnu/local
+ ;;
m68000-hp-hpux* | m68k-hp-hpux*)
# HP 9000 series 300
build_install_headers_dir=install-headers-cpio
« no previous file with comments | « gcc/gcc/collect2.c ('k') | gcc/gcc/config.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698