Index: linux =================================================================== RCS file: /cactusdevcvs/Cactus/lib/make/known-architectures/linux,v retrieving revision 1.117 diff -u -r1.117 linux --- linux 4 May 2006 08:52:25 -0000 1.117 +++ linux 6 Jun 2006 02:13:13 -0000 @@ -276,15 +276,16 @@ : ${LIBS='intrins IEPCF90 F90 imf svml m irc cxa cprts cxa pthread'} fi - # check if the processor is a Pentium4 (ie. supports SSE2 instructions) + # check if the processor is a Pentium4 (i.e., supports SSE2 instructions) default_intel_fopt_flags='-O3 -ip' if test "`grep -w flags /proc/cpuinfo 2>&1 | grep -w sse2`"; then default_intel_fopt_flags="-O2 $intel_p4_opt_flag -ip" fi - # add the libpath if the linker is not Intel + # add the libpath + : ${LIBDIRS="$intel_dir/lib"} + # add the linker script if the linker is not Intel if test `basename $LD` != 'icc' -a `basename $LD` != 'icpc' ; then - : ${LIBDIRS="$intel_dir/lib"} : ${LDFLAGS="-Qy $intel_dir/lib/icrt.link"} fi ;;