comparison libgomp/configure.tgt @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
95 fi 95 fi
96 96
97 # Other system configury 97 # Other system configury
98 case "${target}" in 98 case "${target}" in
99 99
100 *-*-hpux11*) 100 *-*-hpux*)
101 # HPUX v11.x requires -lrt to resolve sem_init in libgomp.la 101 case "${target}" in
102 XLDFLAGS="${XLDFLAGS} -lrt" 102 *-*-hpux11*)
103 # HPUX v11.x requires -lrt to resolve sem_init in libgomp.la
104 XLDFLAGS="${XLDFLAGS} -lrt"
105 ;;
106 esac
107 case "${target}" in
108 hppa[12]*-*-hpux*)
109 # PA 32 HP-UX needs -frandom-seed for bootstrap compare.
110 XCFLAGS="${XCFLAGS} -frandom-seed=fixed-seed"
111 ;;
112 esac
103 ;; 113 ;;
104 114
105 *-*-mingw32*) 115 *-*-mingw32*)
106 config_path="mingw32 posix" 116 config_path="mingw32 posix"
107 ;; 117 ;;