X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c2f90c59139fcf57902f6dd0a5b72fb0eec06103..eb0d36252073f5c7708b64c0d3100b276195d26e:/INSTALL diff --git a/INSTALL b/INSTALL index 2586170844..3a17795bc8 100644 --- a/INSTALL +++ b/INSTALL @@ -196,7 +196,7 @@ cmake . \ -DGFORTRAN_EXE=/some/path/to/i686-linux-gnu-gfortran \ -DCMAKE_Fortran_FLAGS=-m32 If needed, implement i686-linux-gnu-gfortran as a script: -#!/bin/sh +#!/usr/bin/env sh exec gfortran -m32 "$@" Existing Compilation Targets