diff options
author | Adrien Nader <adrien@notk.org> | 2014-08-27 12:51:47 +0200 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2014-08-27 12:51:47 +0200 |
commit | e07b1cbccf4b75acd964a4e0faa4eb719ffd5e45 (patch) | |
tree | a058d33c970a505255bbe0b750a377108f0b3839 /d | |
parent | 27353c4a7520c22bd9ee93a7ba59a8846897df2a (diff) |
Revert "gcc:full: enable fortran support."
This reverts commit 00bc18df3545050758cecf648115e573829d8bf1.
Only cross-compilers can be built currently. Cross-compiling the native
compilers does not work.
Diffstat (limited to 'd')
-rw-r--r-- | d/gcc/config-full | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/d/gcc/config-full b/d/gcc/config-full index 6ffa88b..07207c2 100644 --- a/d/gcc/config-full +++ b/d/gcc/config-full @@ -1,2 +1,2 @@ export GCC_CORE="no" -export GCC_LANGUAGES="c,c++,fortran" +export GCC_LANGUAGES="c,c++" |