# $Id$
# minimum rc file for sh-compatible shells

unset PIPS_CC
# some workaround for gcc 4.8
# avoid "stdc-predef.h"
export PIPS_CPP="gcc -std=c99 -E -C -ffreestanding"

# default architecture is not necessary
#export PIPS_ARCH=LINUXI86LL

# subversion repositories
export NEWGEN_SVN=https://svn.cri.mines-paristech.fr/svn/newgen
export LINEAR_SVN=https://svn.cri.mines-paristech.fr/svn/linear
export PIPS_SVN=https://svn.cri.mines-paristech.fr/svn/pips

# production directory
prod=/home/fabien/32BIT/prod

# software roots are not needed
#export EXTERN_ROOT=$prod/extern
#export NEWGEN_ROOT=$prod/newgen
#export LINEAR_ROOT=$prod/linear
#export PIPS_ROOT=$prod/pips

# fix path
PATH=$prod/pips/bin:$prod/pips/utils:$prod/newgen/bin:$PATH

# The Fortran compiler to use:
export PIPS_F77=gfortran
export PIPS_F90=gfortran

# ignore these static inlined function
export PIPS_IGNORE_FUNCTION_RX='!__bswap_'
