summaryrefslogtreecommitdiffstats
path: root/d
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2014-08-24 20:21:32 +0200
committerAdrien Nader <adrien@notk.org>2014-08-24 20:21:32 +0200
commit00bc18df3545050758cecf648115e573829d8bf1 (patch)
tree1493824549b6a2cf8eba29ddff7040765e3af48b /d
parent99c14d12ec555ffa8d0cdf2e242957968a5ce620 (diff)
gcc:full: enable fortran support.
Diffstat (limited to 'd')
-rw-r--r--d/gcc/config-full2
1 files changed, 1 insertions, 1 deletions
diff --git a/d/gcc/config-full b/d/gcc/config-full
index 07207c2..6ffa88b 100644
--- a/d/gcc/config-full
+++ b/d/gcc/config-full
@@ -1,2 +1,2 @@
export GCC_CORE="no"
-export GCC_LANGUAGES="c,c++"
+export GCC_LANGUAGES="c,c++,fortran"