configure.ac (65ec1307) | configure.ac (b682cb18) |
---|---|
1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 2226 unchanged lines hidden (view full) --- 2235 AC_MSG_ERROR([gcc too old]); 2236 fi 2237 ;; 2238 CLANG) 2239 CCVER=`${CC} --version 2>&1 | head -n1 | sed -e"s/.*version //" -e"s/ .*//"`; 2240 CCNUMVER=`echo ${CCVER} | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`; 2241 # The version in tg_compv.mk for darwin does not look correct 2242 # CCNUMVER = `echo ${CCVER} | sed -e"s/\.//"; | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 2226 unchanged lines hidden (view full) --- 2235 AC_MSG_ERROR([gcc too old]); 2236 fi 2237 ;; 2238 CLANG) 2239 CCVER=`${CC} --version 2>&1 | head -n1 | sed -e"s/.*version //" -e"s/ .*//"`; 2240 CCNUMVER=`echo ${CCVER} | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`; 2241 # The version in tg_compv.mk for darwin does not look correct 2242 # CCNUMVER = `echo ${CCVER} | sed -e"s/\.//"; |
2243 COMID="gcc3"; 2244 COMNAME="gcc3"; | 2243 case "$build_os" in 2244 darwin*) # Mac OS X 2245 COMID="s5abi"; 2246 COMNAME="s5abi"; 2247 ;; 2248 *) 2249 COMID="gcc3"; 2250 COMNAME="gcc3"; 2251 ;; 2252 esac |
2245 ;; 2246 MSC) 2247 CCVER=`${CC} 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`; 2248 CCNUMVER=`${CC} 2>&1 | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`; 2249 if test "${CCNUMVER}" -ge 001200000000; then 2250 COMID="MSC"; 2251 case "$build_cpu" in 2252 i?86) --- 5235 unchanged lines hidden --- | 2253 ;; 2254 MSC) 2255 CCVER=`${CC} 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`; 2256 CCNUMVER=`${CC} 2>&1 | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`; 2257 if test "${CCNUMVER}" -ge 001200000000; then 2258 COMID="MSC"; 2259 case "$build_cpu" in 2260 i?86) --- 5235 unchanged lines hidden --- |