From d699820ef778893169a2b56247b3fa4e0650ffa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 31 Mar 2022 23:39:34 +0200 Subject: [PATCH] Add gcc fortran support - we are looking for octave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/mortsgna.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index ab6d49f..7f9671c 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -101,6 +101,9 @@ DEFAULTTUNE:mortsgna := "${@armv7_tune_handler(d)}" # Extra tweaks ############################################################################### +# enable fortran for octave +FORTRAN:forcevariable = ",fortran" + # Unbreak multimachine builds LICENSE_DIRECTORY = "${DEPLOY_DIR}/licenses/${MACHINE_ARCH}"