Changeset 2336
- Timestamp:
- Jun 28, 2011 9:36:10 AM (10 years ago)
- Location:
- ThirdParty/ASL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/trunk/configure
r2294 r2336 20411 20411 case $CC in 20412 20412 xlc* | */xlc* | mpxlc* | */mpxlc*) 20413 ASLMAKEFLAGS=`echo $ASLMAKEFLAGS | sed -e 's/-qtune=auto//g' -e 's/-qarch=auto//g' -e 's/-qcache=auto//g' -e 's/-qhot//g' -e sed's/-O3/-O/g'`20413 ASLMAKEFLAGS=`echo $ASLMAKEFLAGS | sed -e 's/-qtune=auto//g' -e 's/-qarch=auto//g' -e 's/-qcache=auto//g' -e 's/-qhot//g' -e 's/-O3/-O/g'` 20414 20414 ;; 20415 20415 pgcc* | */pgcc*) … … 20524 20524 20525 20525 fi 20526 20527 # On AIX, the default sed cannot deal with somewhat long sed commands executed by config.status.20528 # So we reduce the hardcoded number of commands given to sed from 48 to 5 in config.status, hoping this will suffice.20529 20530 20526 20531 20527 cat >confcache <<\_ACEOF … … 21800 21796 21801 21797 21802 case $build in21803 *-aix*)21804 { echo "$as_me:$LINENO: patching config.status to reduce ac_max_sed_lines to 5" >&521805 echo "$as_me: patching config.status to reduce ac_max_sed_lines to 5" >&6;}21806 sed -e 's/ac_max_sed_lines=48/ac_max_sed_lines=5/g' config.status > config.status.tmp21807 mv config.status.tmp config.status21808 ;;21809 esac21810 21811 21812 21798 # configure is writing to config.log, and then calls config.status. 21813 21799 # config.status does its own redirection, appending to config.log. -
ThirdParty/ASL/trunk/configure.ac
r2156 r2336 155 155 case $CC in 156 156 xlc* | */xlc* | mpxlc* | */mpxlc*) 157 ASLMAKEFLAGS=`echo $ASLMAKEFLAGS | sed -e 's/-qtune=auto//g' -e 's/-qarch=auto//g' -e 's/-qcache=auto//g' -e 's/-qhot//g' -e sed's/-O3/-O/g'`157 ASLMAKEFLAGS=`echo $ASLMAKEFLAGS | sed -e 's/-qtune=auto//g' -e 's/-qarch=auto//g' -e 's/-qcache=auto//g' -e 's/-qhot//g' -e 's/-O3/-O/g'` 158 158 ;; 159 159 pgcc* | */pgcc*)
Note: See TracChangeset
for help on using the changeset viewer.