comparison gcc/config.build @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children b7f97abdc517
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 # GCC build-specific configuration file. 1 # GCC build-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008 2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009
3 # Free Software Foundation, Inc. 3 # Free Software Foundation, Inc.
4 4
5 #This file is part of GCC. 5 #This file is part of GCC.
6 6
7 #GCC is free software; you can redistribute it and/or modify it under 7 #GCC is free software; you can redistribute it and/or modify it under
54 alpha*-dec-osf4*) 54 alpha*-dec-osf4*)
55 # Some versions of OSF4 (specifically X4.0-9 296.7) have 55 # Some versions of OSF4 (specifically X4.0-9 296.7) have
56 # a broken tar, so we use cpio instead. 56 # a broken tar, so we use cpio instead.
57 build_install_headers_dir=install-headers-cpio 57 build_install_headers_dir=install-headers-cpio
58 ;; 58 ;;
59 alpha*-dec-*vms*) 59 alpha64-dec-*vms*)
60 build_xm_file=alpha/xm-vms.h 60 build_xm_file="vms/xm-vms.h vms/xm-vms64.h"
61 build_exeext=.exe 61 build_exeext=.exe
62 build_install_headers_dir=install-headers-cp 62 build_install_headers_dir=install-headers-cp
63 prefix=/gnu 63 prefix=/gnu
64 local_prefix=/gnu 64 local_prefix=/gnu/local
65 ;;
66 alpha*-dec-*vms*)
67 build_xm_file="vms/xm-vms.h"
68 build_exeext=.exe
69 build_install_headers_dir=install-headers-cp
70 prefix=/gnu
71 local_prefix=/gnu/local
65 ;; 72 ;;
66 hppa1.0-*-hpux1[01]* | \ 73 hppa1.0-*-hpux1[01]* | \
67 hppa*64*-*-hpux11* | \ 74 hppa*64*-*-hpux11* | \
68 hppa1.1-*-hpux11* | \ 75 hppa1.1-*-hpux11* | \
69 hppa2*-*-hpux11* ) 76 hppa2*-*-hpux11* )
109 build_exeext=.exe 116 build_exeext=.exe
110 ;; 117 ;;
111 i386-*-vsta) 118 i386-*-vsta)
112 # Intel 80386's running VSTa kernel 119 # Intel 80386's running VSTa kernel
113 ;; 120 ;;
121 ia64-hp-*vms*)
122 build_xm_file="vms/xm-vms.h vms/xm-vms64.h"
123 build_exeext=.exe
124 build_install_headers_dir=install-headers-cp
125 prefix=/gnu
126 local_prefix=/gnu/local
127 ;;
114 m68000-hp-hpux* | m68k-hp-hpux*) 128 m68000-hp-hpux* | m68k-hp-hpux*)
115 # HP 9000 series 300 129 # HP 9000 series 300
116 build_install_headers_dir=install-headers-cpio 130 build_install_headers_dir=install-headers-cpio
117 ;; 131 ;;
118 *-*-sysv*) 132 *-*-sysv*)