View | Details | Raw Unified
Collapse All | Expand All

(-) gamess/ddi/compddi (-3 / +3 lines)
 Lines 14-20    Link Here 
#      fuji-pp32,fuji-pp64,hpux32,hpux64,ibm32,ibm64,ibm64-sp,ibm-bg,
#      fuji-pp32,fuji-pp64,hpux32,hpux64,ibm32,ibm64,ibm64-sp,ibm-bg,
#      linux-ia64,linux-pc,mac32,macG5,necsx,sgi32,sgi64,sun32,sun64
#      linux-ia64,linux-pc,mac32,macG5,necsx,sgi32,sgi64,sun32,sun64
#
#
       set TARGET = ibm64
       set TARGET = linux-pc
#  2. Choose DDI communication layer, the only legal values are
#  2. Choose DDI communication layer, the only legal values are
#                   sockets,mpi,shmem,lapi
#                   sockets,mpi,shmem,lapi
 Lines 470-480    Link Here 
#       select only one rather than two trailing underscores below.
#       select only one rather than two trailing underscores below.
  if($TARGET == linux-pc) then
  if($TARGET == linux-pc) then
     set CC = 'gcc'
     set gentoo-CC = 'gcc'
     set CFLAGS = "-DLINUX -O3 -fstrict-aliasing -I./include"
     set CFLAGS = "-DLINUX -O3 -fstrict-aliasing -I./include"
     set CLIBS  = "-lpthread"
     set CLIBS  = "-lpthread"
     set F77_OPTS = '-DINT_SIZE=int -D_UNDERSCORES=2'
     set gentoo-F77_OPTS = '-DINT_SIZE=int -D_UNDERSCORES=2'
     set AR_FLAGS     = 'cr'
     set AR_FLAGS     = 'cr'
     set RANLIB_FLAGS = ' '
     set RANLIB_FLAGS = ' '