configure.ac (14d982de) configure.ac (271f99ac)
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

--- 2233 unchanged lines hidden (view full) ---

2242 COMID="s5abi";
2243 COMNAME="s5abi";
2244 ;;
2245 *)
2246 COMID="gcc3";
2247 COMNAME="gcc3";
2248 ;;
2249 esac
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

--- 2233 unchanged lines hidden (view full) ---

2242 COMID="s5abi";
2243 COMNAME="s5abi";
2244 ;;
2245 *)
2246 COMID="gcc3";
2247 COMNAME="gcc3";
2248 ;;
2249 esac
2250 ;;
2250 MSC)
2251 CCVER=`${CC} 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`;
2252 CCNUMVER=`${CC} 2>&1 | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`;
2253 if test "${CCNUMVER}" -ge 001200000000; then
2254 COMID="MSC";
2255 case "$build_cpu" in
2256 i?86)
2257 COMNAME="msci";

--- 5176 unchanged lines hidden ---
2251 MSC)
2252 CCVER=`${CC} 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`;
2253 CCNUMVER=`${CC} 2>&1 | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`;
2254 if test "${CCNUMVER}" -ge 001200000000; then
2255 COMID="MSC";
2256 case "$build_cpu" in
2257 i?86)
2258 COMNAME="msci";

--- 5176 unchanged lines hidden ---