--- MITgcm/tools/build_options/linux_ppc_xlf 2007/07/31 22:24:51 1.1 +++ MITgcm/tools/build_options/linux_ppc_xlf 2007/09/20 21:11:55 1.2 @@ -1,11 +1,11 @@ #!/bin/bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/linux_ppc_xlf,v 1.1 2007/07/31 22:24:51 ce107 Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/linux_ppc_xlf,v 1.2 2007/09/20 21:11:55 ce107 Exp $ # # tested on frost, ce107 Aug 4 2005 # using the following invocation: -# ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc64_xlf +# ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc_xlf S64='$(TOOLSDIR)/set64bitConst.sh' @@ -13,9 +13,9 @@ DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR' INCLUDES='' CPP='/lib/cpp -traditional -P' -FC='xlf' -CC='xlc' -LINK='xlf' +FC='xlf -q32' +CC='xlc -q32' +LINK='xlf -q32' LIBS='' FFLAGS='-qfixed=132' if test "x$IEEE" = x ; then