summaryrefslogtreecommitdiffstats
path: root/compat32-tools/32dev.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-01-16 09:29:45 +0000
committer Eric Hameleers <alien@slackware.com>2014-01-16 09:29:45 +0000
commitfbc99a89326c951f4aaa88096414c1745f7bb7bd (patch)
treed37b3b866fc41715e49fe2d3bb3853a4fa503f0b /compat32-tools/32dev.sh
parent2c21e86506f8de782b4f38ff78c0a1a068882a94 (diff)
downloadmultilib-fbc99a89326c951f4aaa88096414c1745f7bb7bd.tar.gz
multilib-fbc99a89326c951f4aaa88096414c1745f7bb7bd.tar.xz
Added gfortran
Diffstat (limited to '')
-rw-r--r--compat32-tools/32dev.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat32-tools/32dev.sh b/compat32-tools/32dev.sh
index 552156b..170097c 100644
--- a/compat32-tools/32dev.sh
+++ b/compat32-tools/32dev.sh
@@ -11,6 +11,8 @@
export PATH="/usr/bin/32:/usr/lib/qt/bin:$PATH"
export CC="gcc" # This is actually the /usr/bin/32/gcc wrapper
export CXX="g++"
+export FC="gfortran" # This is actually the /usr/bin/32/gfortran wrapper
+export F77="gfortran"
# Check for Qt4 and the old 'compatibility install' of Qt3:
if [ -d /opt/kde3/lib/qt3 ]; then